diff options
author | Chris Larson <clarson@kergoth.com> | 2004-06-09 00:18:32 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-06-09 00:18:32 +0000 |
commit | d50ff3c3fb6f2c428efb7d8fc1feab4486f1c34a (patch) | |
tree | 8516cd056dee9ae620624e367e8024e7077bf2b5 /gcc/gcc_3.4.0.oe | |
parent | 2791e62a00e1015690a477c401b3bac561d6e545 (diff) |
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
Diffstat (limited to 'gcc/gcc_3.4.0.oe')
-rw-r--r-- | gcc/gcc_3.4.0.oe | 9 |
1 files changed, 5 insertions, 4 deletions
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 \ |