summaryrefslogtreecommitdiff
path: root/Build/source/Build
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-07-10 11:09:12 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-07-10 11:09:12 +0000
commita59a95241f8036bc92a4166f056e2f7cf1bcef9c (patch)
tree8a91133d7ea8a7bd3c758a94633d80954f4a9bea /Build/source/Build
parentfc3a011b8dee81f9c5981587516c5c81be1ca870 (diff)
automake 1.12.2
git-svn-id: svn://tug.org/texlive/trunk@26987 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Build')
-rwxr-xr-xBuild/source/Build5
1 files changed, 3 insertions, 2 deletions
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