summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Angermann <moritz.angermann@gmail.com>2019-03-06 17:06:16 +0800
committerMoritz Angermann <moritz.angermann@gmail.com>2019-03-13 14:48:12 +0800
commit0c1a5949fe73ff090ff6a1b342af3140fc27bf5d (patch)
tree2c4df453f2b79d12a5959a0636ed93a3323f0d8c
parent8a756d54ec80385dc39c1ceb4d8d866b92763e5d (diff)
downloadhaskell-0c1a5949fe73ff090ff6a1b342af3140fc27bf5d.tar.gz
drop stage logic from ghc.cabal
-rw-r--r--compiler/ghc.cabal.in26
1 files changed, 0 insertions, 26 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 01628dcad1..44ce6687b1 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -25,21 +25,6 @@ Flag ghci
Default: False
Manual: True
-Flag stage1
- Description: Is this stage 1?
- Default: False
- Manual: True
-
-Flag stage2
- Description: Is this stage 2?
- Default: False
- Manual: True
-
-Flag stage3
- Description: Is this stage 3?
- Default: False
- Manual: True
-
Flag terminfo
Description: Build GHC with terminfo support on non-Windows platforms.
Default: True
@@ -119,17 +104,6 @@ Library
-- as it's magic.
GHC-Options: -this-unit-id ghc
- if flag(stage1)
- Include-Dirs: stage1
- else
- if flag(stage2)
- Include-Dirs: stage2
- else
- if flag(stage3)
- Include-Dirs: stage2
-
- Install-Includes: HsVersions.h, ghc_boot_platform.h
-
c-sources:
parser/cutils.c
ghci/keepCAFsForGHCi.c