Ada: Fix s-oscons.ads generation
authorSebastian Huber <sebastian.huber@embedded-brains.de>
Wed, 7 Mar 2018 12:10:24 +0000 (12:10 +0000)
committerSebastian Huber <sh@gcc.gnu.org>
Wed, 7 Mar 2018 12:10:24 +0000 (12:10 +0000)
commit6cde8c545b8a300409863c70526189d3f7f659df
tree6ee81600b2ecd6541017944e72416f1839f40f32
parent454144fcc5334d397aac1b626f6192ed9ed8c147
Ada: Fix s-oscons.ads generation

The $(GNATLIBCFLAGS) are already included in $(GNATLIBCFLAGS_FOR_C).

We must call the C compiler with the right machine flags.  So, add
$(GNATLIBCFLAGS_FOR_C) to $(OSCONS_EXTRACT).  For example, on a bi-arch
compiler supporting 32-bit and 64-bit instruction sets we pick otherwise
only one variant due to a missing -m32 or -m64 flag.

gcc/ada
* gcc-interface/Makefile.in (OSCONS_CPP): Remove redundant
$(GNATLIBCFLAGS).
(OSCONS_EXTRACT): Add $(GNATLIBCFLAGS_FOR_C).

From-SVN: r258334
gcc/ada/ChangeLog
gcc/ada/gcc-interface/Makefile.in