diff options
author | Koen Kooi <koen@openembedded.org> | 2007-07-25 09:38:17 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-07-25 09:38:17 +0000 |
commit | 13c7e0fe360929acfa735a3fd2311fc7c3e525fb (patch) | |
tree | 29afba9430409b3a07a3eaa7ce8fe56f45323a4f /packages/gcc/gcc-4.0.2 | |
parent | 18f6eeb628dac02298fbb2d26152b93a3ab6f4a1 (diff) |
gcc: 4.2.0 has a bug, so replace it with 4.2.1
* one minor uclibc patch needs to get refreshed, but we can nick that from buildroot in a few days
Diffstat (limited to 'packages/gcc/gcc-4.0.2')
-rw-r--r-- | packages/gcc/gcc-4.0.2/libstdc++-configure.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/gcc/gcc-4.0.2/libstdc++-configure.patch b/packages/gcc/gcc-4.0.2/libstdc++-configure.patch new file mode 100644 index 0000000000..8dc613104d --- /dev/null +++ b/packages/gcc/gcc-4.0.2/libstdc++-configure.patch @@ -0,0 +1,10 @@ +--- /tmp/configure 2007-06-02 09:26:29.000000000 +0200 ++++ gcc-4.0.2/libstdc++-v3/configure 2007-06-02 09:26:40.135215000 +0200 +@@ -101472,7 +101472,6 @@ + _ACEOF + + fi +-done + + fi + |