[project @ 2002-01-24 00:53:18 by sof]
authorsof <unknown>
Thu, 24 Jan 2002 00:53:18 +0000 (00:53 +0000)
committersof <unknown>
Thu, 24 Jan 2002 00:53:18 +0000 (00:53 +0000)
Way 's': add -DSMP to HC_ and CC_OPTS

ghc/rts/Makefile

index c01d5e2..abcb6b8 100644 (file)
@@ -1,5 +1,5 @@
 #-----------------------------------------------------------------------------
-# $Id: Makefile,v 1.56 2002/01/15 05:39:15 sof Exp $
+# $Id: Makefile,v 1.57 2002/01/24 00:53:18 sof Exp $
 #
 #  This is the Makefile for the runtime-system stuff.
 #  This stuff is written in C (and cannot be written in Haskell).
@@ -72,6 +72,12 @@ ifeq "$(way)" "mp"
 SRC_HC_OPTS += -I$$PVM_ROOT/include
 endif
 
+
+ifeq "$(way)" "s"
+SRC_HC_OPTS += -DSMP
+SRC_CC_OPTS += -DSMP
+endif
+
 #-----------------------------------------------------------------------------
 # Include the Front panel code?