Commit 5833ab66 by Alexandre Oliva Committed by Eric Christopher

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
parent 40039424
2002-05-02 Alexandre Oliva <aoliva@redhat.com>
* Makefile.in: Fix for multilibbed natives.
2002-04-15 Loren J. Rittle <ljrittle@acm.org> 2002-04-15 Loren J. Rittle <ljrittle@acm.org>
* aclocal.m4 (gcc_version_trigger): Use robust path construction. * aclocal.m4 (gcc_version_trigger): Use robust path construction.
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
SHELL = /bin/sh SHELL = /bin/sh
MAKEOVERRIDES= MAKEOVERRIDES=
.NOEXPORTS:
#### Start of system configuration section. #### #### Start of system configuration section. ####
...@@ -73,6 +74,7 @@ RANLIB = @RANLIB@ ...@@ -73,6 +74,7 @@ RANLIB = @RANLIB@
# Quote this way so that it can be used to set shell variables too. # Quote this way so that it can be used to set shell variables too.
FLAGS_TO_PASS= \ FLAGS_TO_PASS= \
CC='$(CC)' \ CC='$(CC)' \
LD='$(LD)' \
LIBTOOL='$(LIBTOOL)' \ LIBTOOL='$(LIBTOOL)' \
CFLAGS='$(CFLAGS)' \ CFLAGS='$(CFLAGS)' \
CPPFLAGS='$(CPPFLAGS)' \ CPPFLAGS='$(CPPFLAGS)' \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment