Merge http://openembedded.bkbits.net/packages
authorChris Larson <clarson@kergoth.com>
Wed, 9 Jun 2004 00:18:32 +0000 (00:18 +0000)
committerChris Larson <clarson@kergoth.com>
Wed, 9 Jun 2004 00:18:32 +0000 (00:18 +0000)
into beast.local:/home/kergoth/code/packages

2004/06/08 20:18:18-04:00 local!kergoth
Add a couple patches that make the arm soft float stuff less painful.

BKrev: 40c65758tr8oicBWMAeoaoT1Q5pA5Q

gcc/gcc-3.4.0/gcc-3.4.0-arm-lib1asm.patch [new file with mode: 0644]
gcc/gcc-3.4.0/gcc-3.4.0-arm-nolibfloat.patch [new file with mode: 0644]
gcc/gcc_3.4.0.oe

diff --git a/gcc/gcc-3.4.0/gcc-3.4.0-arm-lib1asm.patch b/gcc/gcc-3.4.0/gcc-3.4.0-arm-lib1asm.patch
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/gcc/gcc-3.4.0/gcc-3.4.0-arm-nolibfloat.patch b/gcc/gcc-3.4.0/gcc-3.4.0-arm-nolibfloat.patch
new file mode 100644 (file)
index 0000000..e69de29
index ffe2af5..07688d9 100644 (file)
@@ -76,9 +76,10 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
           file://gcc34-arm-tune.patch;patch=1 \
           file://gcc34-15089.patch;patch=1 \
           file://gcc34-15666.patch;patch=1 \
-       file://gcc-uclibc-3.4.0-100-conf.patch;patch=1 \
-       file://gcc-uclibc-3.4.0-120-softfloat.patch;patch=1 \
-       file://gcc-uclibc-3.4.0-200-code.patch;patch=1"
+          file://gcc-uclibc-3.4.0-100-conf.patch;patch=1 \
+          file://gcc-uclibc-3.4.0-200-code.patch;patch=1 \
+          file://gcc-3.4.0-arm-lib1asm.patch;patch=1 \
+          file://gcc-3.4.0-arm-nolibfloat.patch;patch=1"
 
 MIRRORS_prepend () {
 ${GNU_MIRROR}/gcc/releases/    http://gcc.get-software.com/releases/
@@ -135,10 +136,10 @@ B = "${S}/build.${HOST_SYS}.${TARGET_SYS}"
 EXTRA_OECONF = "--disable-nls \
                 --with-gnu-ld \
                 --enable-shared \
-                --enable-multilib \
                 --enable-target-optspace \
                 --enable-languages=c,c++,f77 \
                 --enable-threads=posix \
+                --enable-multilib \
                 --enable-c99 \
                 --enable-long-long \
                 --enable-symvers=gnu \