From 49f09c36b5b5ead9ff77fba67c1fd2d599ab8129 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 28 Jun 2011 03:32:41 +0000 Subject: [PATCH] gcc-common-4.6.inc: Set ARM_INSTRUCTION_SET to arm Otherwise it will compile libgcc in thumb mode when thumb mode is selected and libgcc in thumb mode does not work well. (From meta-openembedded rev: bb4ddc7ad4b01c1d80ec81766d2eedae9d2a99b9) Signed-off-by: Khem Raj Signed-off-by: Koen Kooi Signed-off-by: Patrick Ohly --- meta-openembedded/meta-oe/recipes-devtools/gcc/gcc-common-4.6.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-openembedded/meta-oe/recipes-devtools/gcc/gcc-common-4.6.inc b/meta-openembedded/meta-oe/recipes-devtools/gcc/gcc-common-4.6.inc index 059f441..e5a1fba 100644 --- a/meta-openembedded/meta-oe/recipes-devtools/gcc/gcc-common-4.6.inc +++ b/meta-openembedded/meta-oe/recipes-devtools/gcc/gcc-common-4.6.inc @@ -1,3 +1,4 @@ # this will prepend this layer to FILESPATH FILESEXTRAPATHS := "${THISDIR}/gcc-4.6" -PRINC = "0" +PRINC = "1" +ARM_INSTRUCTION_SET = "arm" -- 2.7.4