aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-12-24 15:45:04 +0100
committerTristan Gingold <tgingold@free.fr>2016-12-24 15:45:04 +0100
commit23a879632df599ca18a0e122af48b82dc2d54d15 (patch)
tree23a1e7bad0560e9f5d59658dc12754708111035b /dist
parentaa10e0e6a0c8e613b70abd17c7ec841d8108d942 (diff)
downloadghdl-23a879632df599ca18a0e122af48b82dc2d54d15.tar.gz
ghdl-23a879632df599ca18a0e122af48b82dc2d54d15.tar.bz2
ghdl-23a879632df599ca18a0e122af48b82dc2d54d15.zip
Use CXX in makefiles and configures to design the c++ compiler.
Diffstat (limited to 'dist')
-rwxr-xr-xdist/travis-ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/travis-ci.sh b/dist/travis-ci.sh
index ce943c62e..327680576 100755
--- a/dist/travis-ci.sh
+++ b/dist/travis-ci.sh
@@ -27,7 +27,7 @@ case "$BLD" in
llvm*)
llvm_ver=`echo $BLD | sed -e 's/llvm//'`
../configure --prefix="$prefix" --with-llvm-config=llvm-config$llvm_ver
- MAKEOPTS="CLANGXX=clang++$llvm_ver"
+ MAKEOPTS="CXX=clang++$llvm_ver"
;;
*)