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
This commit is contained in:
parent
40039424e5
commit
5833ab666f
@ -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.
|
||||
|
@ -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)' \
|
||||
|
Loading…
Reference in New Issue
Block a user