summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-05-14 20:27:10 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-05-14 20:27:10 +0000
commit7b7bb5ff4f3cc6220111bbea6821bd8a3dfdf83a (patch)
tree64b3a15f456ad7503e6d7a13b0e9cc502316feb2
parentde2aed840015b85b4cba5aae49a59c7a293eaa72 (diff)
Moving /TP flag for CXXFLAGS to CXX since it is essential in telling
the cl compiler that the file being compiled is C++. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1663 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--lib/make/known-architectures/cygwin4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/make/known-architectures/cygwin b/lib/make/known-architectures/cygwin
index 1db8142e..263ebe55 100644
--- a/lib/make/known-architectures/cygwin
+++ b/lib/make/known-architectures/cygwin
@@ -19,7 +19,7 @@ if test "$CCTK_CONFIG_STAGE" = "preferred-compilers" ; then
if test -z "$CXX"; then
echo Setting C++ compiler to cl
- CXX="cl"
+ CXX="cl /TP"
fi
if test -z "$LD"; then
@@ -36,7 +36,7 @@ else
fi
if test -z "$CXXFLAGS" ; then
- CXXFLAGS="/nologo /TP /Oxy- /Gd"
+ CXXFLAGS="/nologo /Oxy- /Gd"
fi
if test -z "$F90FLAGS" ; then