summaryrefslogtreecommitdiff
path: root/packages/gcc
diff options
context:
space:
mode:
authorOyvind Repvik <nail@nslu2-linux.org>2007-03-11 22:16:24 +0000
committerOyvind Repvik <nail@nslu2-linux.org>2007-03-11 22:16:24 +0000
commit3984d2df5f1235473fa46314852659e040965be5 (patch)
tree3759d9a94e5a32cb98d3c74df3f72bc6cef3af1f /packages/gcc
parent3233c70592622e3a27e6db1f4ca8fbafb7b642c2 (diff)
disapproval of revision 'e7f88b3d1877bd1013495ae0870737c163c6c433'
Diffstat (limited to 'packages/gcc')
-rw-r--r--packages/gcc/gcc-4.1.1/gcc-ignore-cache.patch15
-rw-r--r--packages/gcc/gcc-4.1.2/gcc-ignore-cache.patch15
-rw-r--r--packages/gcc/gcc_4.1.1.bb3
-rw-r--r--packages/gcc/gcc_4.1.2.bb3
4 files changed, 2 insertions, 34 deletions
diff --git a/packages/gcc/gcc-4.1.1/gcc-ignore-cache.patch b/packages/gcc/gcc-4.1.1/gcc-ignore-cache.patch
deleted file mode 100644
index 396b4b2345..0000000000
--- a/packages/gcc/gcc-4.1.1/gcc-ignore-cache.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- /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
diff --git a/packages/gcc/gcc-4.1.2/gcc-ignore-cache.patch b/packages/gcc/gcc-4.1.2/gcc-ignore-cache.patch
deleted file mode 100644
index 396b4b2345..0000000000
--- a/packages/gcc/gcc-4.1.2/gcc-ignore-cache.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- /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
diff --git a/packages/gcc/gcc_4.1.1.bb b/packages/gcc/gcc_4.1.1.bb
index 08ec8a0fa0..104a8abb76 100644
--- a/packages/gcc/gcc_4.1.1.bb
+++ b/packages/gcc/gcc_4.1.1.bb
@@ -1,4 +1,4 @@
-PR = "r11"
+PR = "r10"
DESCRIPTION = "The GNU cc and gcc C compilers."
HOMEPAGE = "http://www.gnu.org/software/gcc/"
SECTION = "devel"
@@ -32,7 +32,6 @@ 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 "
diff --git a/packages/gcc/gcc_4.1.2.bb b/packages/gcc/gcc_4.1.2.bb
index 2794ffca8b..91f6624aa1 100644
--- a/packages/gcc/gcc_4.1.2.bb
+++ b/packages/gcc/gcc_4.1.2.bb
@@ -1,4 +1,4 @@
-PR = "r1"
+PR = "r0"
DESCRIPTION = "The GNU cc and gcc C compilers."
HOMEPAGE = "http://www.gnu.org/software/gcc/"
SECTION = "devel"
@@ -24,7 +24,6 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gcc/gcc-4.1.2/gcc-4.1.2.tar.bz2 \
file://arm-nolibfloat.patch;patch=1 \
file://arm-softfloat.patch;patch=1 \
file://gcc41-configure.in.patch;patch=1 \
- file://gcc-ignore-cache.patch;patch=1 \
file://arm-thumb.patch;patch=1 \
file://arm-thumb-cache.patch;patch=1 \
file://ldflags.patch;patch=1 \