summaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc/gcc_3.3.4.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-11-16 14:39:22 +0000
committerRichard Purdie <richard@openedhand.com>2006-11-16 14:39:22 +0000
commit883741fc1d36288537dfbb714ce8045ed23e27ec (patch)
tree8223e7f50aca85f5c84336d00df7e0a103bb0a57 /meta/packages/gcc/gcc_3.3.4.bb
parent62fab4d0e1dbf75822455fc3efcb9dc0af70bc89 (diff)
downloadpoky-883741fc1d36288537dfbb714ce8045ed23e27ec.tar.gz
gcc: remove duplicate methods
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@858 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gcc/gcc_3.3.4.bb')
-rw-r--r--meta/packages/gcc/gcc_3.3.4.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/packages/gcc/gcc_3.3.4.bb b/meta/packages/gcc/gcc_3.3.4.bb
index 1fca01f2f4..e49316c768 100644
--- a/meta/packages/gcc/gcc_3.3.4.bb
+++ b/meta/packages/gcc/gcc_3.3.4.bb
@@ -101,10 +101,7 @@ EXTRA_OECONF_uclibc = "--disable-__cxa_atexit"
101EXTRA_OECONF_glibc = "--enable-__cxa_atexit" 101EXTRA_OECONF_glibc = "--enable-__cxa_atexit"
102EXTRA_OECONF += "${@get_gcc_fpu_setting(bb, d)}" 102EXTRA_OECONF += "${@get_gcc_fpu_setting(bb, d)}"
103 103
104def get_gcc_fpu_setting(bb, d): 104require gcc-fpu.inc
105 if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
106 return "--with-float=soft"
107 return ""
108 105
109python __anonymous () { 106python __anonymous () {
110 import bb, re 107 import bb, re