mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 19:14:52 +08:00
* configure.in: Remove explicit substitution of CFLAGS; autoconf
does it anyhow. * configure: Rebuild. * Makefile.in (LDFLAGS): Set to @LDFLAGS@.
This commit is contained in:
parent
2724d37edf
commit
c99fbc42b5
@ -1,5 +1,10 @@
|
||||
Thu Feb 15 13:58:06 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* configure.in: Remove explicit substitution of CFLAGS; autoconf
|
||||
does it anyhow.
|
||||
* configure: Rebuild.
|
||||
* Makefile.in (LDFLAGS): Set to @LDFLAGS@.
|
||||
|
||||
* configure.in: Call AC_PROG_CC before configure.host.
|
||||
* configure: Rebuild.
|
||||
* configure.host: Remove go32 host, since it should no longer be
|
||||
|
@ -62,6 +62,7 @@ AR = ar
|
||||
AR_FLAGS = qv
|
||||
CC = @CC@
|
||||
CFLAGS = @CFLAGS@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
HLDFLAGS = @HLDFLAGS@
|
||||
RPATH_ENVVAR = @RPATH_ENVVAR@
|
||||
MAKEINFO = makeinfo
|
||||
|
Loading…
Reference in New Issue
Block a user