summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-cross.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross.inc b/meta/recipes-devtools/gcc/gcc-cross.inc
index f47936061d..c0b8751ede 100644
--- a/meta/recipes-devtools/gcc/gcc-cross.inc
+++ b/meta/recipes-devtools/gcc/gcc-cross.inc
@@ -13,6 +13,11 @@ PN = "gcc-cross-${TARGET_ARCH}"
13 13
14require gcc-configure-common.inc 14require gcc-configure-common.inc
15 15
16# While we want the 'gnu' hash style, we explicitly set it to sysv here to
17# ensure that any recipe which doesn't obey our LDFLAGS (which also set it to
18# gnu) will hit a QA failure.
19LINKER_HASH_STYLE ?= "sysv"
20
16EXTRA_OECONF += "--enable-poison-system-directories" 21EXTRA_OECONF += "--enable-poison-system-directories"
17EXTRA_OECONF_append_sh4 = " \ 22EXTRA_OECONF_append_sh4 = " \
18 --with-multilib-list= \ 23 --with-multilib-list= \