diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2001-01-24 02:27:02 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2001-01-24 02:27:02 +0000 |
commit | 1d8bdab0d59787347faec41fde9e8d410404d108 (patch) | |
tree | 45af2951f41b78f7fa9462c82852b37f22e6ea7d /libtool.m4 | |
parent | 3643210e24cc5ed167f2b76ac1755451b9c645e6 (diff) | |
download | newlib-1d8bdab0d59787347faec41fde9e8d410404d108.zip newlib-1d8bdab0d59787347faec41fde9e8d410404d108.tar.gz newlib-1d8bdab0d59787347faec41fde9e8d410404d108.tar.bz2 |
* ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
* libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
Diffstat (limited to 'libtool.m4')
-rw-r--r-- | libtool.m4 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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" \ |