[Bug driver/70783] -spec option behavior is different to implicit spec file

2016-08-03 Thread andreas.g.jhoss at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70783 --- Comment #4 from Andreas.G.JHOSS --- Maybe my first post was not clear enough. I have done exactly this. Dumped the specs file and then did some small changes and added this substitue rule I have verified that I put it to the correct place. A

[Bug driver/70783] -spec option behavior is different to implicit spec file

2016-08-02 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70783 --- Comment #3 from Andrew Pinski --- (In reply to Andreas.G.JHOSS from comment #2) > Hmm? > So but how can I add and change implicitely a substitute rule then? > I want to add certain libraries to build process permanently for certain > platform

[Bug driver/70783] -spec option behavior is different to implicit spec file

2016-08-02 Thread andreas.g.jhoss at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70783 --- Comment #2 from Andreas.G.JHOSS --- Hmm? So but how can I add and change implicitely a substitute rule then? I want to add certain libraries to build process permanently for certain platforms so I can get platform independent. And clearly I w

[Bug driver/70783] -spec option behavior is different to implicit spec file

2016-07-10 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70783 --- Comment #1 from Andrew Pinski --- This might be a slight documentation error. Originally GCC would put a copy of the full specs (created via -dumpspecs option) under $libpath/gcc/$target/$version/specs. And the user could edit that adding th