aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gcc/gcc_3.3.4.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-11-09 22:54:26 +0000
committerRichard Purdie <rpurdie@rpsys.net>2006-11-09 22:54:26 +0000
commitb74404fea18ab4304a409f395ab65c185c750d23 (patch)
treeb2f646b0bfc92774c7780e32262ade1d11ad54b0 /packages/gcc/gcc_3.3.4.bb
parent13932dbeac7d0e2760e42618705485e1bb05422a (diff)
downloadopenembedded-b74404fea18ab4304a409f395ab65c185c750d23.tar.gz
gcc: Factor get_gcc_fpu_setting() into a common .inc file (removing method errors)
Diffstat (limited to 'packages/gcc/gcc_3.3.4.bb')
-rw-r--r--packages/gcc/gcc_3.3.4.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/packages/gcc/gcc_3.3.4.bb b/packages/gcc/gcc_3.3.4.bb
index 49f14cd888..bb52fa6a1f 100644
--- a/packages/gcc/gcc_3.3.4.bb
+++ b/packages/gcc/gcc_3.3.4.bb
@@ -103,10 +103,7 @@ EXTRA_OECONF_uclibc = "--disable-__cxa_atexit"
EXTRA_OECONF_glibc = "--enable-__cxa_atexit"
EXTRA_OECONF += "${@get_gcc_fpu_setting(bb, d)}"
-def get_gcc_fpu_setting(bb, d):
- if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
- return "--with-float=soft"
- return ""
+require gcc-fpu.inc
python __anonymous () {
import bb, re