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]

Re: gcc/Makefile.in AR_FLAGS should be AR_FOR_TARGET_FLAGS




  In message <9806112231.AA28726@rios1.watson.ibm.com>you write:
  > *** 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)" \
It looks correct to me.  Please install this change.

Thanks!

jeff


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