From: Rod Whitby Date: Sun, 18 Feb 2007 19:59:23 +0000 (+0000) Subject: ucslugc: Make sure THUMB_INTERWORK is set, and add the missing :slugos OVERRIDE X-Git-Tag: Release-2010-05/1~9210^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bd8cc8d629e8fabdf289381727d2e1de58acb82;p=openembedded.git ucslugc: Make sure THUMB_INTERWORK is set, and add the missing :slugos OVERRIDE --- 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"