From a59a95241f8036bc92a4166f056e2f7cf1bcef9c Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Tue, 10 Jul 2012 11:09:12 +0000 Subject: automake 1.12.2 git-svn-id: svn://tug.org/texlive/trunk@26987 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/Build | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Build/source/Build') diff --git a/Build/source/Build b/Build/source/Build index e0cf86c045f..3fb7b1a567c 100755 --- a/Build/source/Build +++ b/Build/source/Build @@ -49,13 +49,14 @@ fi if test "x$1" = x--debug || test "x$1" = x-g; then shift # The idea is that with Build -g, you can set TL_COMPILER_GFLAGS in - # the environment with options common to all three compilers used. + # the environment with options common to all four compilers used. # Not necessarily anything to do with debugging, e.g., -mcpu=sparvc9. : ${TL_COMPILER_GFLAGS=-g} c="CFLAGS='$TL_COMPILER_GFLAGS'" cxx="CXXFLAGS='$TL_COMPILER_GFLAGS'" objc="OBJCFLAGS='$TL_COMPILER_GFLAGS'" - TL_BUILD_ENV="$c $cxx $objc $TL_BUILD_ENV" + objcxx="OBJCXXFLAGS='$TL_COMPILER_GFLAGS'" + TL_BUILD_ENV="$c $cxx $objc $objcxx $TL_BUILD_ENV" fi test -d $TL_WORKDIR || mkdir $TL_WORKDIR -- cgit v1.2.3