diff options
author | Philip Balister <philip@balister.org> | 2007-03-01 22:29:04 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-03-01 22:29:04 +0000 |
commit | aacbb6ba462d455f0b226c1ded6925ef163b2c3e (patch) | |
tree | c977181eb0458daa065bc8c77081600a31b575f1 /packages/gcc/gcc_4.1.1.bb | |
parent | 44b318642583cbd7f902117b9e05c4cb225f30ed (diff) | |
parent | 4e41d9dd01996b7a1f49a8b33c85d68888595e9b (diff) |
merge of '0aca530cedb795675036f35c32e9eca37a2c8985'
and '5ac21df7b1a77c051fd8fe1155e7a5539009e9af'
Diffstat (limited to 'packages/gcc/gcc_4.1.1.bb')
-rw-r--r-- | packages/gcc/gcc_4.1.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gcc/gcc_4.1.1.bb b/packages/gcc/gcc_4.1.1.bb index 48827cc902..104a8abb76 100644 --- a/packages/gcc/gcc_4.1.1.bb +++ b/packages/gcc/gcc_4.1.1.bb @@ -1,4 +1,4 @@ -PR = "r9" +PR = "r10" DESCRIPTION = "The GNU cc and gcc C compilers." HOMEPAGE = "http://www.gnu.org/software/gcc/" SECTION = "devel" @@ -20,6 +20,7 @@ SRC_URI = "http://ftp.gnu.org/pub/gnu/gcc/gcc-4.1.1/gcc-4.1.1.tar.bz2 \ file://602-sdk-libstdc++-includes.patch;patch=1 \ file://740-sh-pr24836.patch;patch=1 \ file://800-arm-bigendian.patch;patch=1 \ + file://801-arm-bigendian-eabi.patch;patch=1 \ file://arm-nolibfloat.patch;patch=1 \ file://arm-softfloat.patch;patch=1 \ file://gcc41-configure.in.patch;patch=1 \ |