Re: response file support in GCC

2005-11-24 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Thu, Nov 24, 2005 at 02:49:25PM CET: > Ralf Wildenhues wrote: > > > >Erm. We have -objectlist. I have yet to see a different need for > >response file semantics in libtool. > > Too many -D/-I options... I'm sure there are others. config.h exists for the form

Re: response file support in GCC

2005-11-24 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, * Gary V. Vaughan wrote on Thu, Nov 24, 2005 at 01:57:00PM CET: Ralf Wildenhues wrote: With response file support in GCC [1] we need to adjust Libtool accordingly. Minimally to let the option through as below, but ideally we should probably parse its

Re: response file support in GCC

2005-11-24 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Thu, Nov 24, 2005 at 01:57:00PM CET: > Ralf Wildenhues wrote: > >With response file support in GCC [1] we need to adjust Libtool > >accordingly. Minimally to let the option through as below, but > >ideally we should probably parse its co

Re: response file support in GCC

2005-11-24 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ralf Wildenhues wrote: | With response file support in GCC [1] we need to adjust Libtool | accordingly. Minimally to let the option through as below, but | ideally we should probably parse its contents. | | Any volunteers? Comments? | This is fine

Re: response file support in GCC

2005-11-24 Thread Gary V. Vaughan
Ralf Wildenhues wrote: With response file support in GCC [1] we need to adjust Libtool accordingly. Minimally to let the option through as below, but ideally we should probably parse its contents. The spec says that the file must contain whitespace separated arguments, so parsing should be a

response file support in GCC

2005-11-24 Thread Ralf Wildenhues
With response file support in GCC [1] we need to adjust Libtool accordingly. Minimally to let the option through as below, but ideally we should probably parse its contents. Any volunteers? Comments? Cheers, Ralf [1] http://gcc.gnu.org/ml/gcc-patches/2005-11/msg01700.html Index: ltmain.in