[project @ 2002-02-14 17:17:08 by sof]
authorsof <unknown>
Thu, 14 Feb 2002 17:17:08 +0000 (17:17 +0000)
committersof <unknown>
Thu, 14 Feb 2002 17:17:08 +0000 (17:17 +0000)
commit18b9187c217336650abf6c267eda3000d031da82
tree80224e9d4a16f324f5f92b8e9c482a0e52a9ddfd
parentfa1ce85426afd438eaaf4dd044d3df4b319ac80d
[project @ 2002-02-14 17:17:08 by sof]
COMPILING_RTS wasn't being fed to the C compiler. It is arguably a
bug/feature deficiency of GHC not to do the Right Thing for invocations
such as these:

   ghc -c -DFOO foo.c

i.e., pass -DFOO to the C compiler -- currently, you have to be explicit
about this, -optc-DFOO
ghc/rts/Makefile