mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
eglibc: Upgrade from 2.18 -> 2.19
License formatting and address for FSF in the COPYING and COPYING.LIB has changed. Dropped patched already upstream and patches that were workarounds for older glibc and busybox for e500 we have should pass --without-fp to eglibc/glibc 2.19 onwards the code is merged from eglibc into glibc upstream under nofpu/ pretext (From OE-Core rev: 875df27e56b82fcf970410b6d78e3672471c336a) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -19,7 +19,7 @@ do_install() {
|
||||
}
|
||||
|
||||
def get_libc_fpu_setting(bb, d):
|
||||
if d.getVar('TARGET_FPU', True) in [ 'soft' ]:
|
||||
if d.getVar('TARGET_FPU', True) in [ 'soft', 'ppc-efd' ]:
|
||||
return "--without-fp"
|
||||
return ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user