mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
PowerPC LE configury
http://sourceware.org/ml/libc-alpha/2013-08/msg00096.html This adds the basic configury bits for powerpc64le and powerpcle. * configure.in: Map powerpc64le and powerpcle to base_machine/machine. * configure: Regenerate. * nptl/shlib-versions: Powerpc*le starts at 2.18. * shlib-versions: Likewise.
This commit is contained in:
parent
0edf96c28f
commit
8f9ebb08af
@ -1,3 +1,10 @@
|
||||
2013-10-04 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* configure.in: Map powerpc64le and powerpcle to base_machine/machine.
|
||||
* configure: Regenerate.
|
||||
* nptl/shlib-versions: Powerpc*le starts at 2.18.
|
||||
* shlib-versions: Likewise.
|
||||
|
||||
2013-10-04 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* string/tester.c (test_memrchr): Increment reported test cycle.
|
||||
|
4
configure
vendored
4
configure
vendored
@ -3958,8 +3958,8 @@ fi
|
||||
# base_machine, we don't change it.
|
||||
test -n "$base_machine" || case "$machine" in
|
||||
i[4567]86) base_machine=i386 machine=i386/$machine ;;
|
||||
powerpc) base_machine=powerpc machine=powerpc/powerpc32 ;;
|
||||
powerpc64) base_machine=powerpc machine=powerpc/powerpc64 ;;
|
||||
powerpc64*) base_machine=powerpc machine=powerpc/powerpc64 ;;
|
||||
powerpc*) base_machine=powerpc machine=powerpc/powerpc32 ;;
|
||||
s390) base_machine=s390 machine=s390/s390-32 ;;
|
||||
s390x) base_machine=s390 machine=s390/s390-64 ;;
|
||||
sh3*) base_machine=sh machine=sh/sh3 ;;
|
||||
|
@ -582,8 +582,8 @@ changequote(,)dnl
|
||||
# base_machine, we don't change it.
|
||||
test -n "$base_machine" || case "$machine" in
|
||||
i[4567]86) base_machine=i386 machine=i386/$machine ;;
|
||||
powerpc) base_machine=powerpc machine=powerpc/powerpc32 ;;
|
||||
powerpc64) base_machine=powerpc machine=powerpc/powerpc64 ;;
|
||||
powerpc64*) base_machine=powerpc machine=powerpc/powerpc64 ;;
|
||||
powerpc*) base_machine=powerpc machine=powerpc/powerpc32 ;;
|
||||
s390) base_machine=s390 machine=s390/s390-32 ;;
|
||||
s390x) base_machine=s390 machine=s390/s390-64 ;;
|
||||
sh3*) base_machine=sh machine=sh/sh3 ;;
|
||||
|
@ -2,4 +2,5 @@ sparc64.*-.*-linux.* libpthread=0 GLIBC_2.2
|
||||
sh.*-.*-linux.* libpthread=0 GLIBC_2.2
|
||||
s390x-.*-linux.* libpthread=0 GLIBC_2.2
|
||||
powerpc64-.*-linux.* libpthread=0 GLIBC_2.3
|
||||
powerpc.*le-.*-linux.* libpthread=0 GLIBC_2.18
|
||||
.*-.*-linux.* libpthread=0
|
||||
|
@ -23,6 +23,7 @@
|
||||
|
||||
s390x-.*-linux.* DEFAULT GLIBC_2.2
|
||||
powerpc64-.*-linux.* DEFAULT GLIBC_2.3
|
||||
powerpc.*le-.*-linux.* DEFAULT GLIBC_2.18
|
||||
.*-.*-gnu-gnu.* DEFAULT GLIBC_2.2.6
|
||||
|
||||
# Configuration ABI Identifier for ABI data files
|
||||
|
Loading…
Reference in New Issue
Block a user