aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Schurig <schurig@mn-solutions.de>2004-05-18 08:21:14 +0000
committerHolger Schurig <schurig@mn-solutions.de>2004-05-18 08:21:14 +0000
commit59acc8b6401e61d6a581d257e940aa52af1dc0e2 (patch)
tree97ad2ed7b56a5ceb51644e49726c65e2f9213bc7
parentb765fd92833cfe2ba6094046a049a561d5ab367c (diff)
downloadopenembedded-59acc8b6401e61d6a581d257e940aa52af1dc0e2.tar.gz
glibc_2.3.2.oe:
ramses: no fp gcc_3.4.0.oe: ramses: use soft floating point BKrev: 40a9c77aQPkKtFSu78XXXo8PVjBcMA
-rw-r--r--BitKeeper/etc/logging_ok1
-rw-r--r--gcc/gcc_3.4.0.oe1
-rw-r--r--glibc/glibc_2.3.2.oe1
3 files changed, 3 insertions, 0 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok
index 54486033cf..719db65470 100644
--- a/BitKeeper/etc/logging_ok
+++ b/BitKeeper/etc/logging_ok
@@ -30,6 +30,7 @@ p.osiczko@tetrapyloctomy.org
pablo@kosmos.(none)
pb_@gandalf.tm.informatik.uni-frankfurt.de
ral@alwin.at.home
+schurig@mnz66.mn-logistik.de
schurig@schurig.homelinux.net
szczepan@home.hrw.one.pl
szczepan@hrw.local
diff --git a/gcc/gcc_3.4.0.oe b/gcc/gcc_3.4.0.oe
index d32e31888d..5b03ce6d28 100644
--- a/gcc/gcc_3.4.0.oe
+++ b/gcc/gcc_3.4.0.oe
@@ -149,6 +149,7 @@ EXTRA_OECONF_PATHS = "--with-local-prefix=${prefix}/local \
EXTRA_OECONF_DEP = ""
EXTRA_OECONF_uclibc = "--disable-__cxa_atexit"
EXTRA_OECONF_glibc = "--enable-__cxa_atexit"
+EXTRA_OECONF_append_ramses = " --with-float=soft "
python __anonymous () {
import oe, re
diff --git a/glibc/glibc_2.3.2.oe b/glibc/glibc_2.3.2.oe
index a103e89449..25015f1339 100644
--- a/glibc/glibc_2.3.2.oe
+++ b/glibc/glibc_2.3.2.oe
@@ -108,6 +108,7 @@ EXTRA_OECONF = "--without-tls --without-__thread --enable-kernel=${OLDEST_KERNEL
--without-cvs --disable-profile --disable-debug --without-gd \
--enable-clocale=gnu \
--enable-add-ons=linuxthreads --with-headers=${WORKDIR}/linux/include"
+EXTRA_OECONF_append_ramses = " --without-fp"
glibcbuild_do_unpack () {
mv "${WORKDIR}/linuxthreads" "${WORKDIR}/linuxthreads_db" "${S}/"