summaryrefslogtreecommitdiffstats
path: root/Templates/configure
diff options
context:
space:
mode:
Diffstat (limited to 'Templates/configure')
-rwxr-xr-xTemplates/configure4
1 files changed, 4 insertions, 0 deletions
diff --git a/Templates/configure b/Templates/configure
index fda2ba7..13d433c 100755
--- a/Templates/configure
+++ b/Templates/configure
@@ -3502,6 +3502,9 @@ if test $ac_cv_prog_gxx = yes; then
CMAKE_COMPILER_IS_GNUCXX=1
fi
+CMAKE_SYSTEM="$system"
+
+
# generate output files.
# create mkdir files just to make some of the directories
@@ -3702,6 +3705,7 @@ s%@RUNMAKE@%$RUNMAKE%g
s%@CMAKE_AR_TMP@%$CMAKE_AR_TMP%g
s%@CMAKE_AR@%$CMAKE_AR%g
s%@CMAKE_AR_ARGS@%$CMAKE_AR_ARGS%g
+s%@CMAKE_SYSTEM@%$CMAKE_SYSTEM%g
s%@CMAKE_COMPILER_IS_GNUCXX@%$CMAKE_COMPILER_IS_GNUCXX%g
CEOF