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]

3.3 PATCH: One more Makefile bit


Actually, this bit is necessary for an hppa64-hp-hpux11.11 bootstrap
as well.  I'd been confused into thinking it was necessary due to the
fact that RANLIB is substituted at configure-time.

--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com

2003-08-03  Mark Mitchell  <mark@codesourcery.com>

	* Makefile.in (ORDINARY_FLAGS_TO_PASS): Pass AR.

Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Makefile.in,v
retrieving revision 1.958.2.13
diff -c -5 -p -r1.958.2.13 Makefile.in
*** Makefile.in	3 Aug 2003 15:31:28 -0000	1.958.2.13
--- Makefile.in	3 Aug 2003 15:48:13 -0000
*************** LANG_STAGESTUFF = @all_stagestuff@
*** 680,689 ****
--- 680,690 ----
  # CC is set by configure.  Hosts without symlinks need special handling
  # because we need CC="stage1/xgcc -Bstage1/" to work in the language
  # subdirectories.
  # ??? The choices here will need some experimenting with.
  ORDINARY_FLAGS_TO_PASS = \
+ 	"AR=$(AR)" \
  	"AR_FLAGS_FOR_TARGET=$(AR_FLAGS_FOR_TARGET)" \
  	"AR_CREATE_FOR_TARGET=$(AR_CREATE_FOR_TARGET)" \
  	"AR_EXTRACT_FOR_TARGET=$(AR_EXTRACT_FOR_TARGET)" \
  	"AR_FOR_TARGET=$(AR_FOR_TARGET)" \
  	"BISON=$(BISON)" \


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