This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


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

Re: ld & ylwrap


   From: "Mark E." <snowball3@bigfoot.com>
   Date: Sun, 22 Aug 1999 00:16:34 -0400

   Hello again, I was wondering why ld is the only one of the utilies that 
   uses yacc but doesn't use ylwrap? The next version of Automake will 
   have an ylwrap that works with DJGPP, so I'm would be nice if ld's 
   Makefile could be changed to use it ylwrap it isn't too much trouble. 

The ld Makefile.in isn't explicitly avoiding ylwrap.  ylwrap is
entirely an automake thing, so it's simply that automake isn't
generating code to use ylwrap when running yacc.  I believe that's
because ld/Makefile.in only has one .y file.

You need to change automake.  As far as I know, there is nothing we
can change in the binutils sources to make ld use ylwrap.

Ian

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