mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-13 13:37:38 +08:00
e500 port: adjust sysdeps/unix/sysv/linux/configure.in case.
This commit is contained in:
parent
89c2003e84
commit
e246b34759
@ -1,5 +1,9 @@
|
||||
2013-10-04 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
|
||||
case to powerpc/powerpc32*.
|
||||
* sysdeps/unix/sysv/linux/configure: Regenerated.
|
||||
|
||||
* sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
|
||||
(_FPU_MASK_OM): Define as 0x04.
|
||||
[__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
|
||||
|
2
sysdeps/unix/sysv/linux/configure
vendored
2
sysdeps/unix/sysv/linux/configure
vendored
@ -187,7 +187,7 @@ case "$machine" in
|
||||
libc_cv_gcc_unwind_find_fde=yes
|
||||
arch_minimum_kernel=2.6.16
|
||||
;;
|
||||
powerpc/powerpc32)
|
||||
powerpc/powerpc32*)
|
||||
libc_cv_gcc_unwind_find_fde=yes
|
||||
arch_minimum_kernel=2.6.16
|
||||
;;
|
||||
|
@ -43,7 +43,7 @@ case "$machine" in
|
||||
libc_cv_gcc_unwind_find_fde=yes
|
||||
arch_minimum_kernel=2.6.16
|
||||
;;
|
||||
powerpc/powerpc32)
|
||||
powerpc/powerpc32*)
|
||||
libc_cv_gcc_unwind_find_fde=yes
|
||||
arch_minimum_kernel=2.6.16
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user