Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2svn <>2008-07-30 19:03:58 +0400
committercvs2svn <>2008-07-30 19:03:58 +0400
commit100386a877bb271544e5335fea187742e91a9d4f (patch)
treef2dc35cd3d9e9d3fbb375a4a2800d4f5a76a5c44 /Makefile.tpl
parent102233951eb1053fae315173d4792256c12dcfe2 (diff)
This commit was manufactured by cvs2svn to create tag 'sid-sid-snapshot-20080801
snapshot-20080801'. Sprout from reverse-20080717-branch 2008-07-12 08:54:13 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch' Cherrypick from master 2008-07-30 15:03:57 UTC Paolo Bonzini <pbonzini@redhat.com> '2008-07-30 Paolo Bonzini <bonzini@gnu.org>': ChangeLog Makefile.def Makefile.in Makefile.tpl config/ChangeLog config/acinclude.m4 config/mh-pa config/mh-pa-hpux10 config/tcl.m4 config/tls.m4 configure configure.ac include/elf/ChangeLog include/elf/common.h include/elf/ppc.h include/opcode/ChangeLog include/opcode/ppc.h Delete: djunpack.bat texinfo/texinfo.tex
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index 9c7201429..1f0c31801 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -167,6 +167,7 @@ HOST_SUBDIR = @host_subdir@
HOST_EXPORTS = \
$(BASE_EXPORTS) \
CC="$(CC)"; export CC; \
+ ADA_CFLAGS="$(ADA_CFLAGS)"; export ADA_CFLAGS; \
CFLAGS="$(CFLAGS)"; export CFLAGS; \
CONFIG_SHELL="$(SHELL)"; export CONFIG_SHELL; \
CXX="$(CXX)"; export CXX; \
@@ -1650,7 +1651,8 @@ config.status: configure
# Rebuilding configure.
AUTOCONF = autoconf
-$(srcdir)/configure: @MAINT@ $(srcdir)/configure.ac $(srcdir)/config/acx.m4
+$(srcdir)/configure: @MAINT@ $(srcdir)/configure.ac $(srcdir)/config/acx.m4 \
+ $(srcdir)/config/override.m4 $(srcdir)/config/proginstall.m4
cd $(srcdir) && $(AUTOCONF)
# ------------------------------