diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2007-05-31 06:40:42 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2007-05-31 06:40:42 +0000 |
commit | eecb746156c95ba35140a06a6f056f1f90d3e1a1 (patch) | |
tree | bf4dc603a731e0aa2308aba16b30a78ccf7b611c /libjava | |
parent | ed0e74e0a670f53ee3ea7e9ba58a70a3ce7e9d82 (diff) | |
download | gcc-eecb746156c95ba35140a06a6f056f1f90d3e1a1.zip gcc-eecb746156c95ba35140a06a6f056f1f90d3e1a1.tar.gz gcc-eecb746156c95ba35140a06a6f056f1f90d3e1a1.tar.bz2 |
[multiple changes]
2003-05-31 Paolo Bonzini <bonzini@gnu.org>
PR libjava/32098
* libtool.m4: Revert previous change.
* ltgcc.m4: Put it here.
libjava:
2007-05-31 Paolo Bonzini <bonzini@gnu.org>
PR libjava/32098
* configure: Regenerated.
* aclocal.m4: Regenerated.
From-SVN: r125215
Diffstat (limited to 'libjava')
-rw-r--r-- | libjava/ChangeLog | 6 | ||||
-rw-r--r-- | libjava/aclocal.m4 | 1 | ||||
-rwxr-xr-x | libjava/configure | 32 |
3 files changed, 20 insertions, 19 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 31633dd..9794017 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,9 @@ +2007-05-31 Paolo Bonzini <bonzini@gnu.org> + + PR libjava/32098 + * configure: Regenerated. + * aclocal.m4: Regenerated. + 2007-05-30 H.J. Lu <hongjiu.lu@intel.com> PR libjava/32098 diff --git a/libjava/aclocal.m4 b/libjava/aclocal.m4 index 77f5fa2..e84e66e 100644 --- a/libjava/aclocal.m4 +++ b/libjava/aclocal.m4 @@ -7319,6 +7319,7 @@ m4_include([../config/no-executables.m4]) m4_include([../config/tls.m4]) m4_include([../config/unwind_ipinfo.m4]) m4_include([../libtool.m4]) +m4_include([../ltgcc.m4]) m4_include([../ltoptions.m4]) m4_include([../ltsugar.m4]) m4_include([../ltversion.m4]) diff --git a/libjava/configure b/libjava/configure index 1c09b4c..1d27fc4 100755 --- a/libjava/configure +++ b/libjava/configure @@ -15610,17 +15610,17 @@ fi # Source file extension for Java test sources. -ac_ext=java +ac_ext=c # Object file extension for compiled Java test sources. objext=o objext_GCJ=$objext # Code to be used in simple compile tests -lt_simple_compile_test_code="class foo {}" +lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests -lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }' +lt_simple_link_test_code='int main(){return(0);}' # ltmain only uses $CC for tagged configurations so make sure $CC is set. @@ -15653,13 +15653,6 @@ _lt_linker_boilerplate=`cat conftest.err` $RM conftest* -# We can't call gcj to test gcj features when building libjava in gcc -# since gcj may depend on ecj1 which may not be available yet. We use -# gcc to test gcj features. -ac_ext=c -lt_simple_compile_test_code="int some_variable = 0;" -lt_simple_link_test_code='int main(){return(0);}' - # Allow CC to be a program name with arguments. compiler=$CC compiler_GCJ=$CC @@ -15708,11 +15701,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:15711: $lt_compile\"" >&5) + (eval echo "\"\$as_me:15704: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:15715: \$? = $ac_status" >&5 + echo "$as_me:15708: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -16024,11 +16017,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:16027: $lt_compile\"" >&5) + (eval echo "\"\$as_me:16020: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:16031: \$? = $ac_status" >&5 + echo "$as_me:16024: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -16123,11 +16116,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:16126: $lt_compile\"" >&5) + (eval echo "\"\$as_me:16119: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:16130: \$? = $ac_status" >&5 + echo "$as_me:16123: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -16175,11 +16168,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:16178: $lt_compile\"" >&5) + (eval echo "\"\$as_me:16171: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:16182: \$? = $ac_status" >&5 + echo "$as_me:16175: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -18182,6 +18175,7 @@ fi fi +compiler_GCJ=${GCJ-gcj} ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -18501,7 +18495,7 @@ if test "${enable_sjlj_exceptions+set}" = set; then : else cat > conftest.$ac_ext << EOF -#line 18504 "configure" +#line 18498 "configure" struct S { ~S(); }; void bar(); void foo() |