re PR ada/83016 (gnat1: warning: command line option ‘-nostdinc++’ is valid for C...
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 19 Nov 2017 22:36:25 +0000 (22:36 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 19 Nov 2017 22:36:25 +0000 (22:36 +0000)
commit3b36246bc2121221e9ef15f29f03a38c0811b7db
tree7b765c9944291089662c565f40e06f0beedeaf18
parent290295fdf8749df0ab2f69d7e95198d4511cc1d8
re PR ada/83016 (gnat1: warning: command line option ‘-nostdinc++’ is valid for C++/ObjC++ but not for Ada)

PR ada/83016
* gnatlink.adb (Process_Args): Accept multiple switches for --LINK.
(Usage): Adjust.
* gcc-interface/Makefile.in (GCC_LINK): Remove $(ADA_INCLUDES).
(common-tools): Pass $(CC) as --GCC= and $(GCC_LINK) as --LINK= in
the invocations of $(GNATLINK).
(../../gnatdll$(exeext)): Likewise.
(../../vxaddr2line$(exeext)): Likewise.
(gnatmake-re): Likewise.
(gnatlink-re): Likewise.

From-SVN: r254940
gcc/ada/ChangeLog
gcc/ada/gcc-interface/Makefile.in
gcc/ada/gnatlink.adb