diff options
author | Alan Modra <amodra@gcc.gnu.org> | 2013-09-20 19:17:52 +0930 |
---|---|---|
committer | Alan Modra <amodra@gcc.gnu.org> | 2013-09-20 19:17:52 +0930 |
commit | 3cbe17f7ded6cbdf171c9e7368b0c391501507f1 (patch) | |
tree | 5d7dac8cc93ea38e65be8eeadaec09c34bce21a3 /libvtv | |
parent | re PR fortran/58099 ([F03] over-zealous procedure-pointer error checking) (diff) | |
download | gcc-3cbe17f7ded6cbdf171c9e7368b0c391501507f1.tar.gz gcc-3cbe17f7ded6cbdf171c9e7368b0c391501507f1.tar.bz2 gcc-3cbe17f7ded6cbdf171c9e7368b0c391501507f1.tar.xz |
libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical ppc host match.
* libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
ppc host match. Support little-endian powerpc linux hosts.
Regenerate configure throughout.
From-SVN: r202773
Diffstat (limited to 'libvtv')
-rw-r--r-- | libvtv/ChangeLog | 4 | ||||
-rwxr-xr-x | libvtv/configure | 16 |
2 files changed, 15 insertions, 5 deletions
diff --git a/libvtv/ChangeLog b/libvtv/ChangeLog index f0a7471298c..9125287d898 100644 --- a/libvtv/ChangeLog +++ b/libvtv/ChangeLog | |||
@@ -1,3 +1,7 @@ | |||
1 | 2013-09-20 Alan Modra <amodra@gmail.com> | ||
2 | |||
3 | * configure: Regenerate. | ||
4 | |||
1 | 2013-09-12 Alexander Ivchenko <alexander.ivchenko@intel.com> | 5 | 2013-09-12 Alexander Ivchenko <alexander.ivchenko@intel.com> |
2 | 6 | ||
3 | * configure.tgt: Remove *-*-*android* from supported targets. | 7 | * configure.tgt: Remove *-*-*android* from supported targets. |
diff --git a/libvtv/configure b/libvtv/configure index 0bd614a0db4..37f2380705a 100755 --- a/libvtv/configure +++ b/libvtv/configure | |||
@@ -7851,7 +7851,7 @@ ia64-*-hpux*) | |||
7851 | rm -rf conftest* | 7851 | rm -rf conftest* |
7852 | ;; | 7852 | ;; |
7853 | 7853 | ||
7854 | x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ | 7854 | x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ |
7855 | s390*-*linux*|s390*-*tpf*|sparc*-*linux*) | 7855 | s390*-*linux*|s390*-*tpf*|sparc*-*linux*) |
7856 | # Find out which ABI we are using. | 7856 | # Find out which ABI we are using. |
7857 | echo 'int i;' > conftest.$ac_ext | 7857 | echo 'int i;' > conftest.$ac_ext |
@@ -7876,7 +7876,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) | |||
7876 | ;; | 7876 | ;; |
7877 | esac | 7877 | esac |
7878 | ;; | 7878 | ;; |
7879 | ppc64-*linux*|powerpc64-*linux*) | 7879 | powerpc64le-*linux*) |
7880 | LD="${LD-ld} -m elf32lppclinux" | ||
7881 | ;; | ||
7882 | powerpc64-*linux*) | ||
7880 | LD="${LD-ld} -m elf32ppclinux" | 7883 | LD="${LD-ld} -m elf32ppclinux" |
7881 | ;; | 7884 | ;; |
7882 | s390x-*linux*) | 7885 | s390x-*linux*) |
@@ -7895,7 +7898,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) | |||
7895 | x86_64-*linux*) | 7898 | x86_64-*linux*) |
7896 | LD="${LD-ld} -m elf_x86_64" | 7899 | LD="${LD-ld} -m elf_x86_64" |
7897 | ;; | 7900 | ;; |
7898 | ppc*-*linux*|powerpc*-*linux*) | 7901 | powerpcle-*linux*) |
7902 | LD="${LD-ld} -m elf64lppc" | ||
7903 | ;; | ||
7904 | powerpc-*linux*) | ||
7899 | LD="${LD-ld} -m elf64ppc" | 7905 | LD="${LD-ld} -m elf64ppc" |
7900 | ;; | 7906 | ;; |
7901 | s390*-*linux*|s390*-*tpf*) | 7907 | s390*-*linux*|s390*-*tpf*) |
@@ -12090,7 +12096,7 @@ else | |||
12090 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 12096 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
12091 | lt_status=$lt_dlunknown | 12097 | lt_status=$lt_dlunknown |
12092 | cat > conftest.$ac_ext <<_LT_EOF | 12098 | cat > conftest.$ac_ext <<_LT_EOF |
12093 | #line 12093 "configure" | 12099 | #line 12099 "configure" |
12094 | #include "confdefs.h" | 12100 | #include "confdefs.h" |
12095 | 12101 | ||
12096 | #if HAVE_DLFCN_H | 12102 | #if HAVE_DLFCN_H |
@@ -12196,7 +12202,7 @@ else | |||
12196 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 12202 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
12197 | lt_status=$lt_dlunknown | 12203 | lt_status=$lt_dlunknown |
12198 | cat > conftest.$ac_ext <<_LT_EOF | 12204 | cat > conftest.$ac_ext <<_LT_EOF |
12199 | #line 12199 "configure" | 12205 | #line 12205 "configure" |
12200 | #include "confdefs.h" | 12206 | #include "confdefs.h" |
12201 | 12207 | ||
12202 | #if HAVE_DLFCN_H | 12208 | #if HAVE_DLFCN_H |