diff options
Diffstat (limited to 'libjava/classpath')
-rw-r--r-- | libjava/classpath/ChangeLog | 4 | ||||
-rwxr-xr-x | libjava/classpath/configure | 24 |
2 files changed, 19 insertions, 9 deletions
diff --git a/libjava/classpath/ChangeLog b/libjava/classpath/ChangeLog index 49815367045..4d9f1a6e49c 100644 --- a/libjava/classpath/ChangeLog +++ b/libjava/classpath/ChangeLog @@ -1,3 +1,7 @@ +2013-09-20 Alan Modra <amodra@gmail.com> + + * configure: Regenerate. + 2013-05-22 Mark Mitchell <mark@codesourcery.com> Sandra Loosemore <sandra@codesourcery.com> diff --git a/libjava/classpath/configure b/libjava/classpath/configure index 6def45cf7e8..bcb5bff1c18 100755 --- a/libjava/classpath/configure +++ b/libjava/classpath/configure @@ -7630,7 +7630,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 @@ -7655,7 +7655,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*) @@ -7674,7 +7677,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*) @@ -11873,7 +11879,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11876 "configure" +#line 11882 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11979,7 +11985,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11982 "configure" +#line 11988 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -25353,7 +25359,7 @@ else JAVA_TEST=Object.java CLASS_TEST=Object.class cat << \EOF > $JAVA_TEST -/* #line 25356 "configure" */ +/* #line 25362 "configure" */ package java.lang; public class Object @@ -25446,7 +25452,7 @@ EOF if uudecode$EXEEXT Test.uue; then ac_cv_prog_uudecode_base64=yes else - echo "configure: 25449: uudecode had trouble decoding base 64 file 'Test.uue'" >&5 + echo "configure: 25455: uudecode had trouble decoding base 64 file 'Test.uue'" >&5 echo "configure: failed file was:" >&5 cat Test.uue >&5 ac_cv_prog_uudecode_base64=no @@ -25474,7 +25480,7 @@ JAVA_TEST=Test.java CLASS_TEST=Test.class TEST=Test cat << \EOF > $JAVA_TEST -/* [#]line 25477 "configure" */ +/* [#]line 25483 "configure" */ public class Test { public static void main (String args[]) { System.exit (0); @@ -25682,7 +25688,7 @@ if test "x${use_glibj_zip}" = xfalse || \ JAVA_TEST=Test.java CLASS_TEST=Test.class cat << \EOF > $JAVA_TEST - /* #line 25685 "configure" */ + /* #line 25691 "configure" */ public class Test { public static void main(String args) |