1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

glibc: Remove duplicate methods

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@857 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2006-11-16 14:38:42 +00:00
parent 274eccaf5a
commit 62fab4d0e1
3 changed files with 0 additions and 16 deletions
@@ -76,11 +76,6 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
EXTRA_OECONF += "${@get_glibc_fpu_setting(bb, d)}"
def get_glibc_fpu_setting(bb, d):
if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
return "--without-fp"
return ""
do_munge() {
# Integrate ports into tree
mv ${WORKDIR}/ports ${S}
-5
View File
@@ -85,11 +85,6 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
EXTRA_OECONF += "${@get_glibc_fpu_setting(bb, d)}"
def get_glibc_fpu_setting(bb, d):
if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
return "--without-fp"
return ""
do_munge() {
# Integrate ports and libidn into tree
mv ${WORKDIR}/glibc-ports-${PV} ${S}/ports
@@ -69,12 +69,6 @@ EXTRA_OECONF = "--without-cvs --disable-profile --disable-debug --without-gd \
EXTRA_OECONF += "${@get_glibc_fpu_setting(bb, d)}"
def get_glibc_fpu_setting(bb, d):
if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
return "--without-fp"
return ""
do_configure () {
# override this function to avoid the autoconf/automake/aclocal/autoheader
# calls for now