re PR ada/12761 ([3.3 only] Segmentation fault in gnat1 compiling a-except.adb)
(gcc) PR ada/12761 * Makefile.in: Move default definitions of X_ADA_CFLAGS, T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS from ada/Make-lang.in to here. (gcc/ada) PR ada/12761 * ada/Make-lang.in: Move default definitions of X_ADA_CFLAGS, T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS from here to master Makefile.in. From-SVN: r73125
This commit is contained in:
parent
c157f85cd5
commit
b2c62c451f
@ -1,3 +1,9 @@
|
||||
2003-10-31 Nathanael Nerode <neroden@gcc.gnu.org>
|
||||
|
||||
PR ada/12761
|
||||
* Makefile.in: Move default definitions of X_ADA_CFLAGS,
|
||||
T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS from ada/Make-lang.in to here.
|
||||
|
||||
2003-10-30 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* c-objc-common.c (c_tree_printer): Handle types correctly.
|
||||
|
@ -99,6 +99,18 @@ VPATH = @srcdir@
|
||||
|
||||
vpath %.texi $(docdir):$(docdir)/include
|
||||
|
||||
# ----
|
||||
# Default values for variables overridden in Makefile fragments.
|
||||
# These need to be quite early in the Makefile so as to avoid
|
||||
# trouble induced by changes in fragment ordering.
|
||||
# ----
|
||||
|
||||
# For ada/Make-lang.in; overridden in, for example, config/pa/x-ada.
|
||||
X_ADA_CFLAGS =
|
||||
T_ADA_CFLAGS =
|
||||
X_ADAFLAGS =
|
||||
T_ADAFLAGS =
|
||||
|
||||
# --------
|
||||
# UNSORTED
|
||||
# --------
|
||||
|
@ -1,3 +1,9 @@
|
||||
2003-10-31 Nathanael Nerode <neroden@gcc.gnu.org>
|
||||
|
||||
PR ada/12761
|
||||
* ada/Make-lang.in: Move default definitions of X_ADA_CFLAGS,
|
||||
T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS from here to master Makefile.in.
|
||||
|
||||
2003-10-30 Kelley Cook <kcook@gcc.gnu.org>
|
||||
|
||||
* adadecode.c, adaint.c, argv.c, aux-io.c, cal.c, cio.c, cstreams.c,
|
||||
|
@ -46,11 +46,6 @@ RMDIR = rm -rf
|
||||
# default extensions
|
||||
shext =
|
||||
|
||||
X_ADA_CFLAGS =
|
||||
T_ADA_CFLAGS =
|
||||
|
||||
X_ADAFLAGS =
|
||||
T_ADAFLAGS =
|
||||
|
||||
# Extra flags to pass to recursive makes.
|
||||
BOOT_ADAFLAGS= $(ADAFLAGS)
|
||||
|
Loading…
Reference in New Issue
Block a user