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.1.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.1.bb')
-rw-r--r-- | packages/gcc/gcc_4.1.1.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/gcc/gcc_4.1.1.bb b/packages/gcc/gcc_4.1.1.bb index b668769ceb..c88692ae0c 100644 --- a/packages/gcc/gcc_4.1.1.bb +++ b/packages/gcc/gcc_4.1.1.bb @@ -1,4 +1,4 @@ -PR = "r12" +PR = "r13" DESCRIPTION = "The GNU cc and gcc C compilers." HOMEPAGE = "http://www.gnu.org/software/gcc/" SECTION = "devel" @@ -35,7 +35,6 @@ SRC_URI = "http://ftp.gnu.org/pub/gnu/gcc/gcc-4.1.1/gcc-4.1.1.tar.bz2 \ file://gcc-ignore-cache.patch;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 " SRC_URI_append_powerpc = " file://ppc-gcc-41-20060515.patch;patch=1 \ |