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}
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
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