mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
gcc: added gcc-ignore-cache patch from OE bugtracker #1951 to get gcc buildable on amd64
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1486 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
--- /gcc/orig-configure 2007-03-11 21:50:28.000000000 +0200
|
||||||
|
+++ /gcc/configure 2007-03-11 21:53:27.000000000 +0200
|
||||||
|
@@ -12272,9 +12272,11 @@
|
||||||
|
esac
|
||||||
|
saved_CFLAGS="${CFLAGS}"
|
||||||
|
CC="${CC_FOR_BUILD}" CFLAGS="${CFLAGS_FOR_BUILD}" \
|
||||||
|
+ CONFIG_SITE=""
|
||||||
|
${realsrcdir}/configure \
|
||||||
|
--enable-languages=${enable_languages-all} \
|
||||||
|
- --target=$target_alias --host=$build_alias --build=$build_alias
|
||||||
|
+ --target=$target_alias --host=$build_alias --build=$build_alias \
|
||||||
|
+ --cache-file=./tmp-cache
|
||||||
|
CFLAGS="${saved_CFLAGS}"
|
||||||
|
|
||||||
|
# We just finished tests for the build machine, so rename
|
||||||
Reference in New Issue
Block a user