aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-06-09 00:18:32 +0000
committerChris Larson <clarson@kergoth.com>2004-06-09 00:18:32 +0000
commitd50ff3c3fb6f2c428efb7d8fc1feab4486f1c34a (patch)
tree8516cd056dee9ae620624e367e8024e7077bf2b5
parent2791e62a00e1015690a477c401b3bac561d6e545 (diff)
downloadopenembedded-d50ff3c3fb6f2c428efb7d8fc1feab4486f1c34a.tar.gz
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
-rw-r--r--gcc/gcc-3.4.0/gcc-3.4.0-arm-lib1asm.patch0
-rw-r--r--gcc/gcc-3.4.0/gcc-3.4.0-arm-nolibfloat.patch0
-rw-r--r--gcc/gcc_3.4.0.oe9
3 files changed, 5 insertions, 4 deletions
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
--- /dev/null
+++ b/gcc/gcc-3.4.0/gcc-3.4.0-arm-lib1asm.patch
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
--- /dev/null
+++ b/gcc/gcc-3.4.0/gcc-3.4.0-arm-nolibfloat.patch
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 \