[oe-commits] org.oe.dev packages/gcc/gcc_4.1.1.bb: Do not apply ppc soft-float patches when building with uclibc

ifaistos commit openembedded-commits at lists.openembedded.org
Wed May 2 15:35:27 UTC 2007


packages/gcc/gcc_4.1.1.bb: Do not apply ppc soft-float patches when building with uclibc 
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

Author: ifaistos at openembedded.org
Branch: org.openembedded.dev
Revision: 27d1edd81ade8705cc6c1ee9dcc37fb4f0aac486
ViewMTN: http://monotone.openembedded.org/revision.psp?id=27d1edd81ade8705cc6c1ee9dcc37fb4f0aac486
Files:
1
packages/gcc/gcc_4.1.1.bb
Diffs:

#
# mt diff -rc3acd01a05c3a6ed64990e92ec184f98594b2bf5 -r27d1edd81ade8705cc6c1ee9dcc37fb4f0aac486
#
# 
# 
# patch "packages/gcc/gcc_4.1.1.bb"
#  from [b2afde1514552f0661b5f862cf1f40b206ed418a]
#    to [ec4016cd35fe9bc8bb774d1827255d6350277cd3]
# 
============================================================
--- packages/gcc/gcc_4.1.1.bb	b2afde1514552f0661b5f862cf1f40b206ed418a
+++ packages/gcc/gcc_4.1.1.bb	ec4016cd35fe9bc8bb774d1827255d6350277cd3
@@ -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,9 +37,12 @@ SRC_URI_append_sh3  = " file://sh3-insta
 
 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
 FORTRAN = ""






More information about the Openembedded-commits mailing list