summaryrefslogtreecommitdiff
path: root/libraries/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/Makefile')
-rw-r--r--libraries/Makefile3
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)