mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-10 03:20:27 +08:00
Makefile.am (LIBCFLAGS): Remove duplicate.
* Makefile.am (LIBCFLAGS): Remove duplicate. (PICFLAG): Remove duplicate. * Makefile.in: Regenerated. From-SVN: r91903
This commit is contained in:
parent
baa8edda03
commit
83ba5345fd
@ -1,3 +1,9 @@
|
||||
2004-12-08 David Edelsohn <edelsohn@gnu.org>
|
||||
|
||||
* Makefile.am (LIBCFLAGS): Remove duplicate.
|
||||
(PICFLAG): Remove duplicate.
|
||||
* Makefile.in: Regenerated.
|
||||
|
||||
2004-12-07 Paolo Carlini <pcarlini@suse.de>
|
||||
|
||||
* include/tr1/type_traits: Implement is_const and is_volatile.
|
||||
|
@ -99,8 +99,6 @@ AM_MAKEFLAGS = \
|
||||
"AR=$(AR)" \
|
||||
"AS=$(AS)" \
|
||||
"LD=$(LD)" \
|
||||
"LIBCFLAGS=$(LIBCFLAGS)" \
|
||||
"PICFLAG=$(PICFLAG)" \
|
||||
"RANLIB=$(RANLIB)" \
|
||||
"NM=$(NM)" \
|
||||
"NM_FOR_BUILD=$(NM_FOR_BUILD)" \
|
||||
|
@ -311,8 +311,6 @@ AM_MAKEFLAGS = \
|
||||
"AR=$(AR)" \
|
||||
"AS=$(AS)" \
|
||||
"LD=$(LD)" \
|
||||
"LIBCFLAGS=$(LIBCFLAGS)" \
|
||||
"PICFLAG=$(PICFLAG)" \
|
||||
"RANLIB=$(RANLIB)" \
|
||||
"NM=$(NM)" \
|
||||
"NM_FOR_BUILD=$(NM_FOR_BUILD)" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user