gcc/Makefile.in AR_FLAGS should be AR_FOR_TARGET_FLAGS

David Edelsohn dje@watson.ibm.com
Thu Jun 11 15:32:00 GMT 1998


*** Makefile.in-	Thu Jun 11 18:29:36 1998
--- Makefile.in	Thu Jun 11 18:30:04 1998
***************
*** 586,590 ****
  # ??? The choices here will need some experimenting with.
  FLAGS_TO_PASS = \
! 	"AR_FLAGS=$(AR_FLAGS)" \
  	"AR_FOR_TARGET=$(AR_FOR_TARGET)" \
  	"BISON=$(BISON)" \
--- 586,590 ----
  # ??? The choices here will need some experimenting with.
  FLAGS_TO_PASS = \
! 	"AR_FLAGS=$(AR_FOR_TARGET_FLAGS)" \
  	"AR_FOR_TARGET=$(AR_FOR_TARGET)" \
  	"BISON=$(BISON)" \



More information about the Gcc-patches mailing list