diff options
author | Sebastian Huber <sebastian.huber@embedded-brains.de> | 2018-03-07 12:10:24 +0000 |
---|---|---|
committer | Sebastian Huber <sh@gcc.gnu.org> | 2018-03-07 12:10:24 +0000 |
commit | 6cde8c545b8a300409863c70526189d3f7f659df (patch) | |
tree | 6ee81600b2ecd6541017944e72416f1839f40f32 /gcc/cp/lambda.c | |
parent | 454144fcc5334d397aac1b626f6192ed9ed8c147 (diff) | |
download | gcc-6cde8c545b8a300409863c70526189d3f7f659df.zip gcc-6cde8c545b8a300409863c70526189d3f7f659df.tar.gz gcc-6cde8c545b8a300409863c70526189d3f7f659df.tar.bz2 |
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
Diffstat (limited to 'gcc/cp/lambda.c')
0 files changed, 0 insertions, 0 deletions