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]

[RFA:] toplevel Makefile.in: In EXTRA_TARGET_FLAGS, pass RANLIB_FOR_TARGETnot RANLIB.


Looks like a typo/thinko (found "the hard way"), but I'm scared and I
don't understand why that echo-curse is there.

Ok to commit?

	* Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET, not
	RANLIB.

Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/egcs/Makefile.in,v
retrieving revision 1.84
diff -p -c -r1.84 Makefile.in
*** Makefile.in	2001/06/28 04:38:44	1.84
--- Makefile.in	2001/08/04 03:20:08
*************** EXTRA_TARGET_FLAGS = \
*** 450,456 ****
  	'LIBCFLAGS=$$(LIBCFLAGS_FOR_TARGET)' \
  	'LIBCXXFLAGS=$$(LIBCXXFLAGS_FOR_TARGET)' \
  	'NM=$$(NM_FOR_TARGET)' \
! 	"`echo 'RANLIB=$(RANLIB)' | sed -e s/.*=$$/XFOO=/`" \
  	'WINDRES=$$(WINDRES_FOR_TARGET)'

  TARGET_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_TARGET_FLAGS)
--- 450,456 ----
  	'LIBCFLAGS=$$(LIBCFLAGS_FOR_TARGET)' \
  	'LIBCXXFLAGS=$$(LIBCXXFLAGS_FOR_TARGET)' \
  	'NM=$$(NM_FOR_TARGET)' \
! 	"`echo 'RANLIB=$(RANLIB_FOR_TARGET)' | sed -e s/.*=$$/XFOO=/`" \
  	'WINDRES=$$(WINDRES_FOR_TARGET)'

  TARGET_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_TARGET_FLAGS)

brgds, H-P


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