[project @ 2004-08-16 11:19:24 by simonmar]
authorsimonmar <unknown>
Mon, 16 Aug 2004 11:19:27 +0000 (11:19 +0000)
committersimonmar <unknown>
Mon, 16 Aug 2004 11:19:27 +0000 (11:19 +0000)
commite3d95da870e58a799d8db4079192ba2471d7853d
treecddba66748ce6e653378831121ba76923c188a64
parentd6174f50acdbc2197e81351e334317d0742f74f2
[project @ 2004-08-16 11:19:24 by simonmar]
Define <arch>_TARGET_ARCH and <os>_TARGET_OS by default when CPP'ing.
This avoids the main reason for needing to #include config.h into
Haskell source, so most files that previously just #include "config.h" can now

  #if __GLASGOW_HASKELL__ < 603
  #include "config.h"
  #endif
ghc/compiler/Makefile
ghc/compiler/codeGen/SMRep.lhs
ghc/compiler/main/DriverPipeline.hs