ucslugc: Make sure THUMB_INTERWORK is set, and add the missing :slugos OVERRIDE
authorRod Whitby <rod@whitby.id.au>
Sun, 18 Feb 2007 19:59:23 +0000 (19:59 +0000)
committerRod Whitby <rod@whitby.id.au>
Sun, 18 Feb 2007 19:59:23 +0000 (19:59 +0000)
conf/distro/ucslugc.conf

index 8b64746..441c348 100644 (file)
@@ -6,6 +6,7 @@ DISTRO_NAME = "UcSlugC"
 IMAGE_BASENAME = "ucslugc"
 TARGET_ARCH = "armeb"
 ARM_INSTRUCTION_SET = "thumb"
+THUMB_INTERWORK = "yes"
 TARGET_OS = "linux-uclibc"
 
 PREFERRED_VERSION_gcc-cross-initial = "3.4.4"
@@ -13,3 +14,5 @@ PREFERRED_VERSION_gcc-cross = "3.4.4"
 PREFERRED_VERSION_gcc = "3.4.4"
 
 require conf/distro/include/slugos.inc
+
+OVERRIDES .= ":slugos"