mirror of
https://github.com/AdaCore/PolyORB.git
synced 2026-02-12 13:01:15 -08:00
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
6 lines
126 B
Makefile
6 lines
126 B
Makefile
ADAFLAGS+= -gnatg $(STD_ADAFLAGS)
|
|
GNATMAKE_FLAGS= \
|
|
-cargs $(ADAFLAGS) \
|
|
-bargs $(BARGS) \
|
|
-margs $(EXTRA_GNATMAKE_FLAGS)
|