diff options
author | Gerald Britton <gbritton@doomcom.org> | 2004-04-21 00:39:09 +0000 |
---|---|---|
committer | Gerald Britton <gbritton@doomcom.org> | 2004-04-21 00:39:09 +0000 |
commit | efde807ff086d0fe23e59cbb024ab050ea8ae642 (patch) | |
tree | 4e5bb4ac3c39f4bd890280c66bd48ca098e41b57 /gcc | |
parent | 6436606000e6843b7149667b8bf991dc2720960e (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into doomcom.org:/home/gbritton/devel/OE/packages
2004/04/20 20:34:22-04:00 doomcom.org!gbritton
fix uclibc toolchain building
BKrev: 4085c2ad39OHCa1M5jwvNQD62UxrYw
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/gcc-3.3.3/gcc-uclibc-3.3-100-conf.patch | 0 | ||||
-rw-r--r-- | gcc/gcc-3.3.3/gcc-uclibc-3.3-110-conf.patch | 0 | ||||
-rw-r--r-- | gcc/gcc-3.3.3/gcc-uclibc-3.3-120-softfloat.patch | 0 | ||||
-rw-r--r-- | gcc/gcc-3.3.3/gcc-uclibc-3.3-200-code.patch | 0 | ||||
-rw-r--r-- | gcc/gcc-uclibc_3.3.3.oe | 7 |
5 files changed, 7 insertions, 0 deletions
diff --git a/gcc/gcc-3.3.3/gcc-uclibc-3.3-100-conf.patch b/gcc/gcc-3.3.3/gcc-uclibc-3.3-100-conf.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gcc/gcc-3.3.3/gcc-uclibc-3.3-100-conf.patch diff --git a/gcc/gcc-3.3.3/gcc-uclibc-3.3-110-conf.patch b/gcc/gcc-3.3.3/gcc-uclibc-3.3-110-conf.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gcc/gcc-3.3.3/gcc-uclibc-3.3-110-conf.patch diff --git a/gcc/gcc-3.3.3/gcc-uclibc-3.3-120-softfloat.patch b/gcc/gcc-3.3.3/gcc-uclibc-3.3-120-softfloat.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gcc/gcc-3.3.3/gcc-uclibc-3.3-120-softfloat.patch diff --git a/gcc/gcc-3.3.3/gcc-uclibc-3.3-200-code.patch b/gcc/gcc-3.3.3/gcc-uclibc-3.3-200-code.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gcc/gcc-3.3.3/gcc-uclibc-3.3-200-code.patch diff --git a/gcc/gcc-uclibc_3.3.3.oe b/gcc/gcc-uclibc_3.3.3.oe index cdcfed787b..390a0a217f 100644 --- a/gcc/gcc-uclibc_3.3.3.oe +++ b/gcc/gcc-uclibc_3.3.3.oe @@ -28,6 +28,13 @@ FILES_uclibc-libstdc++-dev = "${includedir}/c++/${PV}-uclibc \ ${libdir}/libsupc++.la \ ${libdir}/libsupc++.a" +# Additional patches +SRC_URI_append = " \ + file://${FILESDIR}/gcc-uclibc-3.3-100-conf.patch;patch=1 \ + file://${FILESDIR}/gcc-uclibc-3.3-110-conf.patch;patch=1 \ + file://${FILESDIR}/gcc-uclibc-3.3-120-softfloat.patch;patch=1 \ + file://${FILESDIR}/gcc-uclibc-3.3-200-code.patch;patch=1" + EXTRA_OECONF = "--with-local-prefix=${prefix}/local \ --with-gxx-include-dir=${includedir}/c++/${PV}-uclibc \ --enable-target-optspace \ |