diff options
author | Alan Modra <amodra@gmail.com> | 2013-10-03 14:03:03 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2013-10-04 10:42:27 +0930 |
commit | 8f9ebb08af1368962d9f24c4cfacb55cf8eee560 (patch) | |
tree | ad7bee3f14d97ab694f686a38889f8064c6008f3 /nptl | |
parent | 0edf96c28fca19355143a7c252bca10c6547a3c6 (diff) | |
download | glibc-8f9ebb08af1368962d9f24c4cfacb55cf8eee560.tar glibc-8f9ebb08af1368962d9f24c4cfacb55cf8eee560.tar.gz glibc-8f9ebb08af1368962d9f24c4cfacb55cf8eee560.tar.bz2 glibc-8f9ebb08af1368962d9f24c4cfacb55cf8eee560.zip |
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.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/shlib-versions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/shlib-versions b/nptl/shlib-versions index e49e7ca419..495b240a53 100644 --- a/nptl/shlib-versions +++ b/nptl/shlib-versions @@ -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 |