This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch for bootstrap/19255.


Hello.

Here is attachments for fixing bootstrap/19255 bug.

--
Masaki Muranaka
Monami software
Index: Makefile.in
===================================================================
RCS file: /home/cvs/pizzafactory/gcc/gcc/Makefile.in,v
retrieving revision 1.1.1.2
retrieving revision 1.6
diff -c -r1.1.1.2 -r1.6
*** Makefile.in	2 Jan 2005 16:11:16 -0000	1.1.1.2
--- Makefile.in	5 Jan 2005 14:14:46 -0000	1.6
***************
*** 1230,1235 ****
--- 1230,1236 ----
  	$(MAKE) \
  	  CFLAGS="$(CFLAGS) $(WARN_CFLAGS)" \
  	  CONFIG_H="$(CONFIG_H)" \
+ 	  INCLUDES="$(INCLUDES)" \
  	  MAKEOVERRIDES= \
  	  -f libgcc.mk all
  	$(STAMP) stmp-multilib
2005-01-05  Masaki MURANAKA  <monaka@monami-software.com>

	PR bootstrap/19255
        * Makefile.in: Pass $(INCLUDES) down to libgcc.mk explicitly.
	It is similar to bootstrap/19274.
	But bootstrap/12974 didn't work fine in case of multilib.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]