diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-11 20:51:17 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-11 20:51:17 +0000 |
commit | 3233c70592622e3a27e6db1f4ca8fbafb7b642c2 (patch) | |
tree | e2197fd2730c34d5ba0db5a6e570876e6c525582 /packages/gcc/gcc_4.1.2.bb | |
parent | d8b24b6f7f786d8e21711e1e4a32d110d8015827 (diff) |
gcc: Fix crossbuild issue on x86_64 hosts (4.1.1/4.1.2)
Diffstat (limited to 'packages/gcc/gcc_4.1.2.bb')
-rw-r--r-- | packages/gcc/gcc_4.1.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gcc/gcc_4.1.2.bb b/packages/gcc/gcc_4.1.2.bb index 91f6624aa1..2794ffca8b 100644 --- a/packages/gcc/gcc_4.1.2.bb +++ b/packages/gcc/gcc_4.1.2.bb @@ -1,4 +1,4 @@ -PR = "r0" +PR = "r1" DESCRIPTION = "The GNU cc and gcc C compilers." HOMEPAGE = "http://www.gnu.org/software/gcc/" SECTION = "devel" @@ -24,6 +24,7 @@ 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 \ |