into bitbake.utwente.nl:/home/koen/OE/openembedded
2005/04/17 14:58:16+02:00 utwente.nl!koen
glibc_2.3.2+cvs20040726.bb: pass --without-fp for arm-linux-eabi
BKrev: 42625e05wKsImv5zSuc1xJ7_3RoOIg
inherit autotools
+
EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
--without-cvs --disable-profile --disable-debug --without-gd \
--enable-clocale=gnu \
EXTRA_OECONF += "${@get_glibc_fpu_setting(bb, d)}"
+OVERRIDES_append = ":${TARGET_ARCH}-${TARGET_OS}"
+EXTRA_OECONF_append_arm-linuxeabi = " --without-fp"
+
def get_glibc_fpu_setting(bb, d):
if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
return "--without-fp"