summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r--compiler/ghc.cabal.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index f191370071..a612733de6 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -25,11 +25,6 @@ Flag ghci
Default: False
Manual: True
-Flag ext-interp
- Description: Support external interpreter
- Default: True
- Manual: True
-
Flag stage1
Description: Is this stage 1?
Default: False
@@ -98,12 +93,6 @@ Library
CPP-Options: -DHAVE_INTERNAL_INTERPRETER
Include-Dirs: ../rts/dist/build @FFIIncludeDir@
- if flag(ext-interp)
- CPP-Options: -DHAVE_EXTERNAL_INTERPRETER
-
- if flag(ghci) || flag(ext-interp)
- CPP-Options: -DHAVE_INTERPRETER
-
-- sanity-check to ensure not more than one integer flag is set
if flag(integer-gmp) && flag(integer-simple)
build-depends: invalid-cabal-flag-settings<0