ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
authorAlexandre Oliva <aoliva@redhat.com>
Wed, 24 Jan 2001 02:24:50 +0000 (02:24 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Wed, 24 Jan 2001 02:24:50 +0000 (02:24 +0000)
* ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
* libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.

From-SVN: r39223

ChangeLog
libtool.m4
ltcf-gcj.sh

index bc8379d5727ec330b38456c880ada6c682b950a4..f43360d7086e1d6b624f3b7666b69dbf7b664148 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
+
+       * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
+       * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
+
 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
 
        * configure.in: Enable libgcj on several additional platforms.
index d732789657d8a1d6651793f8c2a74587cb5fce91..cb004e223ab6a018ac8fdf34de54d7e7db1391f4 100644 (file)
@@ -1,5 +1,6 @@
 ## libtool.m4 - Configure libtool for the host system. -*-Shell-script-*-
-## Copyright (C) 1996-1999,2000 Free Software Foundation, Inc.
+## Copyright 1996, 1997, 1998, 1999, 2000, 2001
+## Free Software Foundation, Inc.
 ## Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
 ##
 ## This program is free software; you can redistribute it and/or modify
@@ -802,7 +803,7 @@ lt_save_CC="$CC"
 lt_save_CFLAGS="$CFLAGS"
 dnl Make sure LTCC is set to the C compiler, i.e. set LTCC before CC
 dnl is set to the C++ compiler.
-AR="$AR" LTCC="$CC" CC="$GCJ" CFLAGS="$GCJFLAGS" CPPFLAGS="" \
+AR="$AR" LTCC="$CC" CC="$GCJ" CFLAGS="$GCJFLAGS" CPPFLAGS="$CPPFLAGS" \
 MAGIC_CMD="$MAGIC_CMD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
 AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
index dd46e0cd73b936e64cb95086da86a7fa87a5983a..89a286ebf0e989d5c66b1e473f931bafcf45e49a 100644 (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