packages/gcc/gcc_4.1.1.bb: Make sure that the build machine uses the correct site...
authorStelios Koroneos <skoroneos@digital-opsis.com>
Mon, 12 Mar 2007 12:36:21 +0000 (12:36 +0000)
committerStelios Koroneos <skoroneos@digital-opsis.com>
Mon, 12 Mar 2007 12:36:21 +0000 (12:36 +0000)
contain target's data

packages/gcc/gcc-4.1.1/gcc-ignore-cache.patch [new file with mode: 0644]
packages/gcc/gcc_4.1.1.bb

diff --git a/packages/gcc/gcc-4.1.1/gcc-ignore-cache.patch b/packages/gcc/gcc-4.1.1/gcc-ignore-cache.patch
new file mode 100644 (file)
index 0000000..396b4b2
--- /dev/null
@@ -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
index 104a8ab..08ec8a0 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r10"
+PR = "r11"
 DESCRIPTION = "The GNU cc and gcc C compilers."
 HOMEPAGE = "http://www.gnu.org/software/gcc/"
 SECTION = "devel"
@@ -32,6 +32,7 @@ SRC_URI = "http://ftp.gnu.org/pub/gnu/gcc/gcc-4.1.1/gcc-4.1.1.tar.bz2 \
        file://unbreak-armv4t.patch;patch=1 \
         file://fix-ICE-in-arm_unwind_emit_set.diff;patch=1 \
         file://gcc-4.1.1-pr13685-1.patch;patch=1 \
+        file://gcc-ignore-cache.patch;patch=1 \
        "
 
 SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "