diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-16 14:38:42 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-16 14:38:42 +0000 |
commit | 62fab4d0e1dbf75822455fc3efcb9dc0af70bc89 (patch) | |
tree | ecfd1bd8a2d7a6819692825272cf1a94c39c4bb2 /meta/packages/glibc/glibc_csl-2005q3-2.bb | |
parent | 274eccaf5a02e1bc6d70876c84eb68ac6ae343c2 (diff) | |
download | poky-62fab4d0e1dbf75822455fc3efcb9dc0af70bc89.tar.gz |
glibc: Remove duplicate methods
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@857 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/glibc/glibc_csl-2005q3-2.bb')
-rw-r--r-- | meta/packages/glibc/glibc_csl-2005q3-2.bb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/packages/glibc/glibc_csl-2005q3-2.bb b/meta/packages/glibc/glibc_csl-2005q3-2.bb index 754c01c488..ac6bc9f26e 100644 --- a/meta/packages/glibc/glibc_csl-2005q3-2.bb +++ b/meta/packages/glibc/glibc_csl-2005q3-2.bb | |||
@@ -69,12 +69,6 @@ EXTRA_OECONF = "--without-cvs --disable-profile --disable-debug --without-gd \ | |||
69 | 69 | ||
70 | EXTRA_OECONF += "${@get_glibc_fpu_setting(bb, d)}" | 70 | EXTRA_OECONF += "${@get_glibc_fpu_setting(bb, d)}" |
71 | 71 | ||
72 | def get_glibc_fpu_setting(bb, d): | ||
73 | if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]: | ||
74 | return "--without-fp" | ||
75 | return "" | ||
76 | |||
77 | |||
78 | do_configure () { | 72 | do_configure () { |
79 | # override this function to avoid the autoconf/automake/aclocal/autoheader | 73 | # override this function to avoid the autoconf/automake/aclocal/autoheader |
80 | # calls for now | 74 | # calls for now |