]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Checked in by Eric Christopher <echristo@redhat.com>
authorAlexandre Oliva <aoliva@redhat.com>
Fri, 3 May 2002 18:41:12 +0000 (18:41 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Fri, 3 May 2002 18:41:12 +0000 (18:41 +0000)
2002-05-02  Alexandre Oliva  <aoliva@redhat.com>

        * Makefile.in: Fix for multilibbed natives.

From-SVN: r53111

libf2c/ChangeLog
libf2c/Makefile.in

index f5aae5f31ee9c1b3b8b37623506c0e853ac6c17a..31e5d246b2ebfb9f56e7350bd8943daaad88c517 100644 (file)
@@ -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.
index 36c78269b9ea552cefbb9bcaf134952d846a35a4..ef42e39d1a7f076fd3cdd8f16140e7957081c219 100644 (file)
@@ -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)' \