aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2002-05-03 20:14:18 +0000
committerEric Christopher <echristo@gcc.gnu.org>2002-05-03 20:14:18 +0000
commit5833ab666f4bc6501e6205e4b0efe70e0ddc1c12 (patch)
treea6739ac4a5ebbda4c79e736c59bfa6819c1525ed
parent40039424e5914eab9e59695c8199c8ce2a189bd2 (diff)
downloadgcc-5833ab666f4bc6501e6205e4b0efe70e0ddc1c12.zip
gcc-5833ab666f4bc6501e6205e4b0efe70e0ddc1c12.tar.gz
gcc-5833ab666f4bc6501e6205e4b0efe70e0ddc1c12.tar.bz2
Checked in by Eric Christopher <echristo@redhat.com>:
2002-05-02 Alexandre Oliva <aoliva@redhat.com> * Makefile.in: Fix for multilibbed natives. From-SVN: r53116
-rw-r--r--libf2c/ChangeLog4
-rw-r--r--libf2c/Makefile.in2
2 files changed, 6 insertions, 0 deletions
diff --git a/libf2c/ChangeLog b/libf2c/ChangeLog
index ae8cc8a..3b67047 100644
--- a/libf2c/ChangeLog
+++ b/libf2c/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-02 Alexandre Oliva <aoliva@redhat.com>
+
+ * Makefile.in: Fix for multilibbed natives.
+
2002-04-15 Loren J. Rittle <ljrittle@acm.org>
* aclocal.m4 (gcc_version_trigger): Use robust path construction.
diff --git a/libf2c/Makefile.in b/libf2c/Makefile.in
index 36c7826..ef42e39 100644
--- a/libf2c/Makefile.in
+++ b/libf2c/Makefile.in
@@ -21,6 +21,7 @@
SHELL = /bin/sh
MAKEOVERRIDES=
+.NOEXPORTS:
#### Start of system configuration section. ####
@@ -73,6 +74,7 @@ RANLIB = @RANLIB@
# Quote this way so that it can be used to set shell variables too.
FLAGS_TO_PASS= \
CC='$(CC)' \
+ LD='$(LD)' \
LIBTOOL='$(LIBTOOL)' \
CFLAGS='$(CFLAGS)' \
CPPFLAGS='$(CPPFLAGS)' \