diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2001-01-24 02:24:50 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2001-01-24 02:24:50 +0000 |
commit | 0006091ec2f5039501b60be2c1c014ea6e11906f (patch) | |
tree | 8456ebee18a9598262a0902597bd5abd04d45527 /ltcf-gcj.sh | |
parent | 240f9c2b138280b1ed94ead778cf68c24a8a48d7 (diff) | |
download | gcc-0006091ec2f5039501b60be2c1c014ea6e11906f.tar.gz |
ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
* ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
* libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
From-SVN: r39223
Diffstat (limited to 'ltcf-gcj.sh')
-rw-r--r-- | ltcf-gcj.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ltcf-gcj.sh b/ltcf-gcj.sh index dd46e0cd73b..89a286ebf0e 100644 --- a/ltcf-gcj.sh +++ b/ltcf-gcj.sh @@ -2,7 +2,7 @@ # ltcf-gcj.sh - Create a GCJ compiler specific configuration # -# Copyright (C) 1996-1999,2000 Free Software Foundation, Inc. +# Copyright (C) 1996-1999, 2000, 2001 Free Software Foundation, Inc. # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 # # Original GCJ support by: @@ -38,7 +38,7 @@ objext=o lt_simple_compile_test_code="class foo {}" # Code to be used in simple link tests -lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {} (0); }' +lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }' ## Linker Characteristics case "$host_os" in |