From 321a194a5400e200ecd02568706fa7b8c1339fcc Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Thu, 2 Jul 2015 18:05:41 +0200 Subject: Rename template variable cc -> cxx --- src/build-data/buildh.in | 3 +-- src/build-data/makefile/header.in | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'src/build-data') diff --git a/src/build-data/buildh.in b/src/build-data/buildh.in index c83e3fcd1..5db2ce566 100644 --- a/src/build-data/buildh.in +++ b/src/build-data/buildh.in @@ -1,4 +1,3 @@ - #ifndef BOTAN_BUILD_CONFIG_H__ #define BOTAN_BUILD_CONFIG_H__ @@ -7,7 +6,7 @@ * %{user}@%{hostname} running '%{command_line}' * * Target -* - Compiler: %{cc} %{lib_opt} +* - Compiler: %{cxx} %{lib_opt} * - Arch: %{submodel}/%{arch} * - OS: %{os} */ diff --git a/src/build-data/makefile/header.in b/src/build-data/makefile/header.in index b0e248ebe..d821361f6 100644 --- a/src/build-data/makefile/header.in +++ b/src/build-data/makefile/header.in @@ -1,5 +1,5 @@ # Compiler Options -CXX = %{cc} +CXX = %{cxx} LIB_OPT = %{lib_opt} APP_OPT = %{app_opt} LANG_FLAGS = %{lang_flags} -- cgit v1.2.3