diff options
author | Alan Modra <amodra@bigpond.net.au> | 2013-09-23 00:32:23 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2013-09-23 00:32:23 +0000 |
commit | 0b206e2d7ca80fd3a617a0045f02341508ceedd9 (patch) | |
tree | 695f4199cf9a37de0d6ffd3c9f4df01e257f15fe /sim/rl78 | |
parent | d16c82fe9849b24364ccc0e416df5afabfc59c31 (diff) | |
download | gdb-0b206e2d7ca80fd3a617a0045f02341508ceedd9.tar.gz |
Regenerate sim configure files to pick up support for powerpc64le in
libtool.m4.
Diffstat (limited to 'sim/rl78')
-rw-r--r-- | sim/rl78/ChangeLog | 4 | ||||
-rwxr-xr-x | sim/rl78/configure | 16 |
2 files changed, 15 insertions, 5 deletions
diff --git a/sim/rl78/ChangeLog b/sim/rl78/ChangeLog index 65eec1537e3..1cf0e3971a1 100644 --- a/sim/rl78/ChangeLog +++ b/sim/rl78/ChangeLog @@ -1,3 +1,7 @@ +2013-09-23 Alan Modra <amodra@gmail.com> + + * configure: Regenerate. + 2013-08-07 Kevin Buettner <kevinb@redhat.com> * gdb-if.c (hw_breakpoints): Remove. diff --git a/sim/rl78/configure b/sim/rl78/configure index f2fe47a723d..808c71b15b2 100755 --- a/sim/rl78/configure +++ b/sim/rl78/configure @@ -7387,7 +7387,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 @@ -7412,7 +7412,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*) @@ -7431,7 +7434,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*) @@ -12257,7 +12263,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12260 "configure" +#line 12266 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12363,7 +12369,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12366 "configure" +#line 12372 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |