mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
e500 port: adjust sysdeps/unix/sysv/linux/configure.in case.
This commit is contained in:
@ -1,5 +1,9 @@
|
|||||||
2013-10-04 Joseph Myers <joseph@codesourcery.com>
|
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]
|
* sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
|
||||||
(_FPU_MASK_OM): Define as 0x04.
|
(_FPU_MASK_OM): Define as 0x04.
|
||||||
[__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
|
[__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
|
libc_cv_gcc_unwind_find_fde=yes
|
||||||
arch_minimum_kernel=2.6.16
|
arch_minimum_kernel=2.6.16
|
||||||
;;
|
;;
|
||||||
powerpc/powerpc32)
|
powerpc/powerpc32*)
|
||||||
libc_cv_gcc_unwind_find_fde=yes
|
libc_cv_gcc_unwind_find_fde=yes
|
||||||
arch_minimum_kernel=2.6.16
|
arch_minimum_kernel=2.6.16
|
||||||
;;
|
;;
|
||||||
|
@ -43,7 +43,7 @@ case "$machine" in
|
|||||||
libc_cv_gcc_unwind_find_fde=yes
|
libc_cv_gcc_unwind_find_fde=yes
|
||||||
arch_minimum_kernel=2.6.16
|
arch_minimum_kernel=2.6.16
|
||||||
;;
|
;;
|
||||||
powerpc/powerpc32)
|
powerpc/powerpc32*)
|
||||||
libc_cv_gcc_unwind_find_fde=yes
|
libc_cv_gcc_unwind_find_fde=yes
|
||||||
arch_minimum_kernel=2.6.16
|
arch_minimum_kernel=2.6.16
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user