summaryrefslogtreecommitdiff
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
commitef0997542c5c996e43f9a8fb339a1f742bd2cd4a (patch)
tree595ec2540b31bbfef5dcfa6b6251fed7d9020ee4 /ltcf-gcj.sh
parente5da8f389f1dee6f7c362ec3904f42b5a481f3b4 (diff)
downloadbinutils-gdb-ef0997542c5c996e43f9a8fb339a1f742bd2cd4a.tar.gz
* 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 acb30c0ace1..f82163dc147 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