mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 23:02:25 +02:00
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>
This commit is contained in:
@@ -11,6 +11,9 @@ EXTRA_OECONF_PATHS = " \
|
||||
--with-sysroot=${STAGING_DIR_TARGET} \
|
||||
--with-build-sysroot=${STAGING_DIR_TARGET}"
|
||||
|
||||
do_configure_prepend () {
|
||||
sed -i 's/BUILD_INFO=info/BUILD_INFO=/' ${S}/gcc/configure
|
||||
}
|
||||
do_compile_prepend () {
|
||||
export CC="${BUILD_CC}"
|
||||
export AR_FOR_TARGET="${TARGET_SYS}-ar"
|
||||
|
||||
Reference in New Issue
Block a user