summaryrefslogtreecommitdiffstats
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorcvs2svn <>2007-10-30 15:18:30 +0000
committercvs2svn <>2007-10-30 15:18:30 +0000
commit79a902d95351f8fe9e7b734b9254db920596a0f2 (patch)
tree58ca3ae9f610847e3e1ac34d6e91d7934e96a733 /Makefile.tpl
parente5102b0b65330227a1f2d10f8ccf0130d0525289 (diff)
downloadcygnal-79a902d95351f8fe9e7b734b9254db920596a0f2.tar.gz
cygnal-79a902d95351f8fe9e7b734b9254db920596a0f2.tar.bz2
cygnal-79a902d95351f8fe9e7b734b9254db920596a0f2.zip
This commit was manufactured by cvs2svn to create tag 'sid-sid-snapshot-20071101
snapshot-20071101'. Sprout from gdb_6_7-branch 2007-09-07 07:38:48 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'gdb_6_7-branch'.' Cherrypick from master 2007-10-30 15:18:29 UTC Nick Clifton <nickc@redhat.com> '* mn10300.h (R_MN10300_ALIGN): Define.': ChangeLog MAINTAINERS Makefile.def Makefile.in Makefile.tpl config/ChangeLog config/mh-mingw config/mt-mips-elfoabi config/mt-sde config/no-executables.m4 config/tls.m4 configure configure.ac include/elf/ChangeLog include/elf/common.h include/elf/cr16.h include/elf/internal.h include/elf/m68k.h include/elf/mn10300.h include/elf/ppc.h include/gdb/ChangeLog include/gdb/callback.h include/gdb/sim-ppc.h src-release Delete: djunpack.bat texinfo/texinfo.tex
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl15
1 files changed, 13 insertions, 2 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index cf9796166..9d23058aa 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -254,10 +254,21 @@ PWD_COMMAND = $${PWDCMD-pwd}
# compilers to use to create programs which must be run in the build
# environment.
+AR_FOR_BUILD = @AR_FOR_BUILD@
+AS_FOR_BUILD = @AS_FOR_BUILD@
CC_FOR_BUILD = @CC_FOR_BUILD@
CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
-
-CXX_FOR_BUILD = $(CXX)
+CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@
+CXX_FOR_BUILD = @CXX_FOR_BUILD@
+DLLTOOL_FOR_BUILD = @DLLTOOL_FOR_BUILD@
+GCJ_FOR_BUILD = @GCJ_FOR_BUILD@
+GFORTRAN_FOR_BUILD = @GFORTRAN_FOR_BUILD@
+LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
+LD_FOR_BUILD = @LD_FOR_BUILD@
+NM_FOR_BUILD = @NM_FOR_BUILD@
+RANLIB_FOR_BUILD = @RANLIB_FOR_BUILD@
+WINDMC_FOR_BUILD = @WINDMC_FOR_BUILD@
+WINDRES_FOR_BUILD = @WINDRES_FOR_BUILD@
# Special variables passed down in EXTRA_GCC_FLAGS. They are defined
# here so that they can be overridden by Makefile fragments.