summaryrefslogtreecommitdiff
path: root/lib/make
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-04-05 16:45:31 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-04-05 16:45:31 +0000
commitc1ed2d5b28fec6c1e82fd4aaec027daf3d04ded1 (patch)
treef2d9dc57a0d7713169c033cef98a614d5ead8746 /lib/make
parentb2481711b4143bf2e5750e06ec15ff6fef100cb0 (diff)
Set PTHREADS_DEFINE to "_PTHREADS_D10" if Cactus was configured with PTHREADS=yes.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2096 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make')
-rw-r--r--lib/make/known-architectures/hiuxmpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/make/known-architectures/hiuxmpp b/lib/make/known-architectures/hiuxmpp
index 780c5d37..9242dbf7 100644
--- a/lib/make/known-architectures/hiuxmpp
+++ b/lib/make/known-architectures/hiuxmpp
@@ -6,7 +6,7 @@
# @desc Optimazations by Peter Diener
# Configuration file for the Hitachi SR8000-F1
# @enddesc
-# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/known-architectures/hiuxmpp,v 1.6 2001-04-05 14:36:15 tradke Exp $
+# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/known-architectures/hiuxmpp,v 1.7 2001-04-05 16:45:31 tradke Exp $
# @@*/
if test "$CCTK_CONFIG_STAGE" = "preferred-compilers" ; then
@@ -77,7 +77,6 @@ else
# PTHREADS stuff
if test "X$PTHREADS" = "Xyes"; then
- PTHREADS_CFLAGS="-D_PTHREADS_D10"
- PTHREADS_CXXFLAGS="$PTHREADS_CFLAGS"
+ PTHREADS_DEFINE="_PTHREADS_D10"
fi
fi