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 +++

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

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

2018-04-06 Thread Amaan Cheval
As prep for my x86_64 port / BSP proposal, I'm building a stub port to compile with the x86_64 toolset to surface any features the tools may be missing. Here's an error I came across: make[1772]: Entering directory '/media/commonhdd/repos/rtems/b-no_cpu/x86_64-rtems5/c/no_ bsp/cpukit/score/cpu'