* ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.

* libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
This commit is contained in:
Alexandre Oliva
2001-01-24 02:27:02 +00:00
parent 3643210e24
commit 1d8bdab0d5
3 changed files with 10 additions and 4 deletions

View File

@@ -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