diff options
author | Simon Warta <[email protected]> | 2015-07-02 18:05:41 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2015-07-21 20:06:18 +0200 |
commit | 321a194a5400e200ecd02568706fa7b8c1339fcc (patch) | |
tree | dd32164264754b9b4b67e775ebcd518711aa789b /src/build-data | |
parent | e253ac7edc7f3968021d3e7fcae765b4b2090643 (diff) |
Rename template variable cc -> cxx
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/buildh.in | 3 | ||||
-rw-r--r-- | src/build-data/makefile/header.in | 2 |
2 files changed, 2 insertions, 3 deletions
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} |