diff options
author | Ian Lynagh <igloo@earth.li> | 2008-06-15 01:08:26 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-06-15 01:08:26 +0000 |
commit | 8a0d21aa88cbcab975de0c047eb725226a5a7cc0 (patch) | |
tree | f3f64710668896f64786138a479a291dfda25012 /libraries/Makefile | |
parent | 2d4d989711476f786e5fdf00e7d737323eca9e74 (diff) | |
download | haskell-8a0d21aa88cbcab975de0c047eb725226a5a7cc0.tar.gz |
Don't compile Cabal with -cpp -fffi
Instead rely on the sources having suitable pragmas
Diffstat (limited to 'libraries/Makefile')
-rw-r--r-- | libraries/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libraries/Makefile b/libraries/Makefile index 888beec403..0ca6cdd768 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -168,8 +168,7 @@ boot: $(BOOTSTRAP_STAMPS) ifBuildable/ifBuildable \ # We ought to be depending on %/Setup.*hs, but make makes that difficult. -# -fffi is only needed for GHC 6.4 at the time of writing -CABAL_GHC_FLAGS = -Wall -cpp -fffi +CABAL_GHC_FLAGS = -Wall $(foreach SUBDIR,$(SUBDIRS),$(SUBDIR)/setup/Setup): \ %/setup/Setup: $(BOOTSTRAP_STAMPS) |