* Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
* Makefile.in: Regenerate.
This commit is contained in:
parent
09707415eb
commit
2880becf0c
|
@ -1,3 +1,8 @@
|
|||
2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* Makefile.def (configure-gcc): Depend on all-gmp.
|
||||
|
|
|
@ -364,7 +364,7 @@ BUILD_PREFIX_1 = @BUILD_PREFIX_1@
|
|||
# here so that they can be overridden by Makefile fragments.
|
||||
BOOT_CFLAGS= -g -O2
|
||||
BOOT_LDFLAGS=
|
||||
BOOT_ADAFLAGS=-gnatpg -gnata
|
||||
BOOT_ADAFLAGS= -gnatpg
|
||||
|
||||
AWK = @AWK@
|
||||
SED = @SED@
|
||||
|
|
|
@ -367,7 +367,7 @@ BUILD_PREFIX_1 = @BUILD_PREFIX_1@
|
|||
# here so that they can be overridden by Makefile fragments.
|
||||
BOOT_CFLAGS= -g -O2
|
||||
BOOT_LDFLAGS=
|
||||
BOOT_ADAFLAGS=-gnatpg -gnata
|
||||
BOOT_ADAFLAGS= -gnatpg
|
||||
|
||||
AWK = @AWK@
|
||||
SED = @SED@
|
||||
|
|
Loading…
Reference in New Issue