cvs commit: fptools/ghc/rts Makefile

Simon Marlow simonmar@microsoft.com
Thu, 24 Jan 2002 09:35:53 -0000


> sof         2002/01/23 16:53:19 PST
>=20
>   Modified files:
>     ghc/rts              Makefile=20
>   Log:
>   Way 's': add -DSMP to HC_ and CC_OPTS

Er... this is already done by GHC, isn't it?  In the same way that
-DPROFILING is added for the prof way?  That's one reason we use GHC as
the C compiler when compiling the rts.

Simon