summaryrefslogtreecommitdiffstats
path: root/ltcf-gcj.sh
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2001-01-24 02:27:02 +0000
committerAlexandre Oliva <aoliva@redhat.com>2001-01-24 02:27:02 +0000
commit1d8bdab0d59787347faec41fde9e8d410404d108 (patch)
tree45af2951f41b78f7fa9462c82852b37f22e6ea7d /ltcf-gcj.sh
parent3643210e24cc5ed167f2b76ac1755451b9c645e6 (diff)
downloadcygnal-1d8bdab0d59787347faec41fde9e8d410404d108.tar.gz
cygnal-1d8bdab0d59787347faec41fde9e8d410404d108.tar.bz2
cygnal-1d8bdab0d59787347faec41fde9e8d410404d108.zip
* ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
* libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
Diffstat (limited to 'ltcf-gcj.sh')
-rw-r--r--ltcf-gcj.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ltcf-gcj.sh b/ltcf-gcj.sh
index acb30c0ac..f82163dc1 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