Re: x86_64 tools gcc error: unrecognized command line option '-qnolinkcmds'

2018-04-06 Thread Joel Sherrill
If this is what you think is missing, feel free to submit a patch to gcc-patches@ and cc' myself and Sebastian. One of us will have to approve it and merge it. Good spot. $ git diff diff --git a/gcc/config.gcc b/gcc/config.gcc index 75d0ae8..f23fe4a 100644 --- a/gcc/config.gcc +++ b/gcc/config.gc

Re: x86_64 tools gcc error: unrecognized command line option '-qnolinkcmds'

2018-04-06 Thread Amaan Cheval
Whoops, I just realized that by rtems.h, you probably meant the top-level one[1], not the arch-specific one. That makes a lot more sense given that I see the GCC spec syntax with mention of qnolinkcmds in there too. I'll try recompiling the tools with the addition and send the GCC patch if that do