diff options
author | Koen Kooi <koen@openembedded.org> | 2007-04-06 08:41:32 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-04-06 08:41:32 +0000 |
commit | bcfc6829b0765a16d7d55e142e31f17d0b25dc41 (patch) | |
tree | ecea9f171348e455a37f329e420c8f1ee2b58dc8 /packages/gcc/gcc_4.1.2.bb | |
parent | f216b756051a8a7c5ce69d2bdb59ec1cb3a76886 (diff) |
gcc 4.1.x: move fail-fast to gcc-cross since it's only needed there
Diffstat (limited to 'packages/gcc/gcc_4.1.2.bb')
-rw-r--r-- | packages/gcc/gcc_4.1.2.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/gcc/gcc_4.1.2.bb b/packages/gcc/gcc_4.1.2.bb index 91f6624aa1..2e6036d119 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" @@ -32,7 +32,6 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gcc/gcc-4.1.2/gcc-4.1.2.tar.bz2 \ file://fix-ICE-in-arm_unwind_emit_set.diff;patch=1 \ " -SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 " SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " #Set the fortran bits |