From 4bd8cc8d629e8fabdf289381727d2e1de58acb82 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Sun, 18 Feb 2007 19:59:23 +0000 Subject: ucslugc: Make sure THUMB_INTERWORK is set, and add the missing :slugos OVERRIDE --- conf/distro/ucslugc.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf') 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" -- cgit v1.2.3