Files
PolyORB/compilers/Makefile.common
Thomas Quinot 1a836672b9 Pass EXTRA_GNATMAKE_FLAGS to all compilations, not just when
building examples and the test suite.
For that purpose, use gnatmake -c -u instead of gcc in adacompiler.

Fixes F126-003

[Imported from Perforce change 9846 at 2006-12-01 22:19:09]

Subversion-branch: /trunk/polyorb
Subversion-revision: 37311
2006-01-27 11:23:32 +00:00

6 lines
126 B
Makefile

ADAFLAGS+= -gnatg $(STD_ADAFLAGS)
GNATMAKE_FLAGS= \
-cargs $(ADAFLAGS) \
-bargs $(BARGS) \
-margs $(EXTRA_GNATMAKE_FLAGS)