diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-cross.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross.inc | 5 |
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 | ||
14 | require gcc-configure-common.inc | 14 | require 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. | ||
19 | LINKER_HASH_STYLE ?= "sysv" | ||
20 | |||
16 | EXTRA_OECONF += "--enable-poison-system-directories" | 21 | EXTRA_OECONF += "--enable-poison-system-directories" |
17 | EXTRA_OECONF_append_sh4 = " \ | 22 | EXTRA_OECONF_append_sh4 = " \ |
18 | --with-multilib-list= \ | 23 | --with-multilib-list= \ |