diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-05-07 21:47:16 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-22 17:14:03 +0100 |
commit | 19bd981641dbb23c36dc681bc79ea0c31466e60a (patch) | |
tree | 7c0f2e227645392c27d933a07c1246ae72b6a603 /meta/recipes-devtools/gcc/gcc-configure-cross.inc | |
parent | 4bfbccf3732eac0616626a7c75a16c465ecbb87d (diff) | |
download | poky-19bd981641dbb23c36dc681bc79ea0c31466e60a.tar.gz |
gcc-configure-cross.inc: Remove info generation
Some distros have newer makeinfo which does not go well with
anything below gcc 4.8, this fix avoids regenerating info files
(From OE-Core master rev: 50ac2ed5299e2b47b2f3fd9c9cde9d733d2f8d9b)
(From OE-Core rev: 913d847694d24f356c34dba8e815934d761047d0)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-configure-cross.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-configure-cross.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-configure-cross.inc b/meta/recipes-devtools/gcc/gcc-configure-cross.inc index 243ee55d08..db7980ba0c 100644 --- a/meta/recipes-devtools/gcc/gcc-configure-cross.inc +++ b/meta/recipes-devtools/gcc/gcc-configure-cross.inc | |||
@@ -11,6 +11,9 @@ EXTRA_OECONF_PATHS = " \ | |||
11 | --with-sysroot=${STAGING_DIR_TARGET} \ | 11 | --with-sysroot=${STAGING_DIR_TARGET} \ |
12 | --with-build-sysroot=${STAGING_DIR_TARGET}" | 12 | --with-build-sysroot=${STAGING_DIR_TARGET}" |
13 | 13 | ||
14 | do_configure_prepend () { | ||
15 | sed -i 's/BUILD_INFO=info/BUILD_INFO=/' ${S}/gcc/configure | ||
16 | } | ||
14 | do_compile_prepend () { | 17 | do_compile_prepend () { |
15 | export CC="${BUILD_CC}" | 18 | export CC="${BUILD_CC}" |
16 | export AR_FOR_TARGET="${TARGET_SYS}-ar" | 19 | export AR_FOR_TARGET="${TARGET_SYS}-ar" |