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-09 08:51:13 +0100 |
commit | 40fe7adfd522cc32bb54bdc8f58dadd9ab1e0673 (patch) | |
tree | d47d96f2209e9b22df88b55ab44e059a26ed1371 /meta | |
parent | 19f71dd3894a520ebec0a556736a2338460382bb (diff) | |
download | poky-40fe7adfd522cc32bb54bdc8f58dadd9ab1e0673.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 rev: 50ac2ed5299e2b47b2f3fd9c9cde9d733d2f8d9b)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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" |