From d50ff3c3fb6f2c428efb7d8fc1feab4486f1c34a Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 9 Jun 2004 00:18:32 +0000 Subject: Merge http://openembedded.bkbits.net/packages 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 | 0 gcc/gcc-3.4.0/gcc-3.4.0-arm-nolibfloat.patch | 0 gcc/gcc_3.4.0.oe | 9 +++++---- 3 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 gcc/gcc-3.4.0/gcc-3.4.0-arm-lib1asm.patch create mode 100644 gcc/gcc-3.4.0/gcc-3.4.0-arm-nolibfloat.patch (limited to 'gcc') 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 index 0000000000..e69de29bb2 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 index 0000000000..e69de29bb2 diff --git a/gcc/gcc_3.4.0.oe b/gcc/gcc_3.4.0.oe index ffe2af535b..07688d9345 100644 --- a/gcc/gcc_3.4.0.oe +++ b/gcc/gcc_3.4.0.oe @@ -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 \ -- cgit v1.2.3