diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-05-05 00:35:09 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-05-05 00:35:09 +0000 |
commit | edb488ab04dd2d3fad6cd65ab682ad9c6741e9de (patch) | |
tree | 855ee653989328a14b8169e9246121b1b6e050e2 /packages/gcc/gcc_4.1.1.bb | |
parent | e541e99e84defcec930be3621b112384fb9698d2 (diff) | |
parent | 5b5b45a39e698b3c5e0f5647413a2cb051a991bc (diff) |
merge of '1e54d761b418c28fcee92e7b7c45f55fe41676a3'
and 'f9d679b49c9ccfedc3565929011b677de9852036'
Diffstat (limited to 'packages/gcc/gcc_4.1.1.bb')
-rw-r--r-- | packages/gcc/gcc_4.1.1.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/packages/gcc/gcc_4.1.1.bb b/packages/gcc/gcc_4.1.1.bb index c88692ae0c..9135daca18 100644 --- a/packages/gcc/gcc_4.1.1.bb +++ b/packages/gcc/gcc_4.1.1.bb @@ -1,4 +1,4 @@ -PR = "r13" +PR = "r14" DESCRIPTION = "The GNU cc and gcc C compilers." HOMEPAGE = "http://www.gnu.org/software/gcc/" SECTION = "devel" @@ -37,8 +37,11 @@ SRC_URI = "http://ftp.gnu.org/pub/gnu/gcc/gcc-4.1.1/gcc-4.1.1.tar.bz2 \ SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " -SRC_URI_append_powerpc = " file://ppc-gcc-41-20060515.patch;patch=1 \ - file://ppc-sfp-long-double-gcc411-7.patch;patch=1 " +#This is a dirty hack to get gcc 4.1.1 to compile for glibc AND uclibc on ppc +#the patch that is need it to get gcc support soft-floats with glibc, makes gcc fail with uclibc +SRC_URI_append_linux = " file://ppc-gcc-41-20060515.patch;patch=1 \ + file://ppc-sfp-long-double-gcc411-7.patch;patch=1 " + #Set the fortran bits # 'fortran' or '', not 'f77' like gcc3 had |