diff options
Diffstat (limited to 'gcc/gcc_3.4.1.oe')
-rw-r--r-- | gcc/gcc_3.4.1.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gcc_3.4.1.oe b/gcc/gcc_3.4.1.oe index 69fcd31a1a..2937b65354 100644 --- a/gcc/gcc_3.4.1.oe +++ b/gcc/gcc_3.4.1.oe @@ -151,9 +151,9 @@ EXTRA_OECONF_PATHS = "--with-local-prefix=${prefix}/local \ EXTRA_OECONF_DEP = "" EXTRA_OECONF_uclibc = "--disable-__cxa_atexit" EXTRA_OECONF_glibc = "--enable-__cxa_atexit" -EXTRA_OECONF += "${@get_fpu_setting(oe, d)}" +EXTRA_OECONF += "${@get_gcc_fpu_setting(oe, d)}" -def get_fpu_setting(oe, d): +def get_gcc_fpu_setting(oe, d): if oe.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]: return "--with-float=soft" return "" |