diff options
author | Holger Schurig <schurig@mn-solutions.de> | 2004-05-18 08:21:14 +0000 |
---|---|---|
committer | Holger Schurig <schurig@mn-solutions.de> | 2004-05-18 08:21:14 +0000 |
commit | 59acc8b6401e61d6a581d257e940aa52af1dc0e2 (patch) | |
tree | 97ad2ed7b56a5ceb51644e49726c65e2f9213bc7 /gcc | |
parent | b765fd92833cfe2ba6094046a049a561d5ab367c (diff) |
glibc_2.3.2.oe:
ramses: no fp
gcc_3.4.0.oe:
ramses: use soft floating point
BKrev: 40a9c77aQPkKtFSu78XXXo8PVjBcMA
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/gcc_3.4.0.oe | 1 |
1 files changed, 1 insertions, 0 deletions
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 |