diff options
author | Alan Modra <amodra@gmail.com> | 2013-09-23 00:32:27 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2013-09-23 00:32:27 +0000 |
commit | bf3d9781ec049aef88547a9be711df2c1291c898 (patch) | |
tree | f438aeefa58f663299d5ae2621e8d47b42c0bfb7 /sim/iq2000 | |
parent | eb381701a3c28ecfc147589e9f79a30921043ebe (diff) | |
download | fsf-binutils-gdb-bf3d9781ec049aef88547a9be711df2c1291c898.zip fsf-binutils-gdb-bf3d9781ec049aef88547a9be711df2c1291c898.tar.gz fsf-binutils-gdb-bf3d9781ec049aef88547a9be711df2c1291c898.tar.bz2 |
Regenerate sim configure files to pick up support for powerpc64le in
libtool.m4.
Diffstat (limited to 'sim/iq2000')
-rw-r--r-- | sim/iq2000/ChangeLog | 4 | ||||
-rwxr-xr-x | sim/iq2000/configure | 16 |
2 files changed, 15 insertions, 5 deletions
diff --git a/sim/iq2000/ChangeLog b/sim/iq2000/ChangeLog index 7555fa1..05f1a12 100644 --- a/sim/iq2000/ChangeLog +++ b/sim/iq2000/ChangeLog @@ -1,3 +1,7 @@ +2013-09-23 Alan Modra <amodra@gmail.com> + + * configure: Regenerate. + 2013-06-03 Mike Frysinger <vapier@gentoo.org> * aclocal.m4, configure: Regenerate. diff --git a/sim/iq2000/configure b/sim/iq2000/configure index e62d68a..e9a7540 100755 --- a/sim/iq2000/configure +++ b/sim/iq2000/configure @@ -7410,7 +7410,7 @@ ia64-*-hpux*) rm -rf conftest* ;; -x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ +x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext @@ -7435,7 +7435,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) ;; esac ;; - ppc64-*linux*|powerpc64-*linux*) + powerpc64le-*linux*) + LD="${LD-ld} -m elf32lppclinux" + ;; + powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) @@ -7454,7 +7457,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; - ppc*-*linux*|powerpc*-*linux*) + powerpcle-*linux*) + LD="${LD-ld} -m elf64lppc" + ;; + powerpc-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) @@ -12280,7 +12286,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12283 "configure" +#line 12289 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12386,7 +12392,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12389 "configure" +#line 12395 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |