re PR bootstrap/12974 (gcc-3.4/4.0-20031105 bootstrap failure [MinGW])
2004-03-16 Nathanael Nerode <neroden@gcc.gnu.org> PR bootstrap/12974 * Makefile.in: Pass $(INCLUDES) down to libgcc.mk explicitly. From-SVN: r79547
This commit is contained in:
parent
4a5eab38a4
commit
78fab00fb0
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-03-16 Nathanael Nerode <neroden@gcc.gnu.org>
|
||||
|
||||
PR bootstrap/12974
|
||||
* Makefile.in: Pass $(INCLUDES) down to libgcc.mk explicitly.
|
||||
|
||||
2004-03-16 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
* c-common.c (c_common_type_for_mode): Build vector types on
|
||||
|
|
|
@ -1186,6 +1186,7 @@ libgcc.a: $(LIBGCC_DEPS)
|
|||
$(MAKE) \
|
||||
CFLAGS="$(CFLAGS) $(WARN_CFLAGS)" \
|
||||
CONFIG_H="$(TCONFIG_H)" TM_H="$(TM_H)" \
|
||||
INCLUDES="$(INCLUDES)" \
|
||||
MAKEOVERRIDES= \
|
||||
-f libgcc.mk all
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue