diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-02-18 19:59:23 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-02-18 19:59:23 +0000 |
commit | 4bd8cc8d629e8fabdf289381727d2e1de58acb82 (patch) | |
tree | 3dfdbee8cde6a6a17fa58dc5034705ff93956ee1 /conf | |
parent | f159eb4b635e0460f96eb1202780a2e7275bd3cb (diff) |
ucslugc: Make sure THUMB_INTERWORK is set, and add the missing :slugos OVERRIDE
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/ucslugc.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/ucslugc.conf b/conf/distro/ucslugc.conf index 8b64746fe3..441c3484ef 100644 --- a/conf/distro/ucslugc.conf +++ b/conf/distro/ucslugc.conf @@ -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" |