This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCHv2 2/5] gdb/testsuite: Don't add gcc flags when compiling rust tests
>>>>> "Andrew" == Andrew Burgess <andrew.burgess@embecosm.com> writes:
Andrew> We currently add the -fno-stack-protector option to the compiler flags
Andrew> when compiling rust tests, as this is not a valid rustcc flag, this
Andrew> means non of the test tests will compile.
Andrew> gdb/testsuite/ChangeLog:
Andrew> * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector option
Andrew> if we're using rustcc.
Thanks for doing this. This is ok.
Tom