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: A patch for libf2c/Makefile.in


> 
> >>>>> "HJ" == H J Lu <hjl@lucon.org> writes:
> 
>  HJ> All Makefile.in's but the one in libf2c use "" in
>  HJ> FLAGS_TO_PASS. Could you please tell me why '' is needed for
>  HJ> libf2c? 
> 
> I don't know off hand whether it really is or not but, log entry
> notwithstanding, your patch changed the position of the quotes, not
> just the type of quote.  I'm surprised the result runs, per the
> comment in the code.

That may be true when libf2c was standalone. But now libf2c is the part
of egcs and "" is the standard in egcs. I don't think it should have
any problems.

> 
>  HJ> If you really don't want my patch, I would appreciate if you can tell
>  HJ> me how to pass
> 
>  HJ> RUNTESTFLAGS=--tool_opts '-mcpu=pentiumpro -march=pentiumpro'
> 
>  HJ> to Makefiles in the subdirectories.
> 
> Well RUNTESTFLAGS, at least, can presumably just be deleted there if
> that's the only issue.  Possibly other things there are not useful.
> 

I do want RUNTESTFLAGS since I want to add

--tool_opts '-mcpu=pentiumpro -march=pentiumpro'

to test.

-- 
H.J. Lu (hjl@gnu.org)


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