diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-09-14 23:36:44 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-09-14 23:36:44 +0000 |
commit | 472e35cf15330e5100ff19c61718dad917e64199 (patch) | |
tree | 78c91b1b77aa77ac55fe81063f1d42e8482e3e89 | |
parent | fe0434c2767690b840ebc51f53b6306b00831fe4 (diff) | |
download | gcc-472e35cf15330e5100ff19c61718dad917e64199.tar.gz |
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191324 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | libjava/classpath/ChangeLog | 4 | ||||
-rwxr-xr-x | libjava/classpath/configure | 14 |
2 files changed, 12 insertions, 6 deletions
diff --git a/libjava/classpath/ChangeLog b/libjava/classpath/ChangeLog index cd6b8aa9d5d..b1da426ab3d 100644 --- a/libjava/classpath/ChangeLog +++ b/libjava/classpath/ChangeLog @@ -1,3 +1,7 @@ +2012-09-14 David Edelsohn <dje.gcc@gmail.com> + + * configure: Regenerated. + 2012-08-09 Dodji Seketeli <dodji@redhat.com> Use accessor functions to manipulate xmlOutputBuffer diff --git a/libjava/classpath/configure b/libjava/classpath/configure index 21d0d5f755e..48a422ab102 100755 --- a/libjava/classpath/configure +++ b/libjava/classpath/configure @@ -8845,6 +8845,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' fi + lt_prog_compiler_pic='-fPIC' ;; amigaos*) @@ -11818,7 +11819,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11821 "configure" +#line 11822 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11924,7 +11925,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11927 "configure" +#line 11928 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -15103,6 +15104,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } # AIX 5 now supports IA64 processor lt_prog_compiler_static_CXX='-Bstatic' fi + lt_prog_compiler_pic_CXX='-fPIC' ;; amigaos*) @@ -23885,7 +23887,7 @@ else JAVA_TEST=Object.java CLASS_TEST=Object.class cat << \EOF > $JAVA_TEST -/* #line 23888 "configure" */ +/* #line 23890 "configure" */ package java.lang; public class Object @@ -23978,7 +23980,7 @@ EOF if uudecode$EXEEXT Test.uue; then ac_cv_prog_uudecode_base64=yes else - echo "configure: 23981: uudecode had trouble decoding base 64 file 'Test.uue'" >&5 + echo "configure: 23983: 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 @@ -24006,7 +24008,7 @@ JAVA_TEST=Test.java CLASS_TEST=Test.class TEST=Test cat << \EOF > $JAVA_TEST -/* [#]line 24009 "configure" */ +/* [#]line 24011 "configure" */ public class Test { public static void main (String args[]) { System.exit (0); @@ -24214,7 +24216,7 @@ if test "x${use_glibj_zip}" = xfalse || \ JAVA_TEST=Test.java CLASS_TEST=Test.class cat << \EOF > $JAVA_TEST - /* #line 24217 "configure" */ + /* #line 24219 "configure" */ public class Test { public static void main(String args) |