diff options
author | simonmar <unknown> | 2003-07-23 15:42:24 +0000 |
---|---|---|
committer | simonmar <unknown> | 2003-07-23 15:42:24 +0000 |
commit | f32a7c7c946c5fdc10bc176eac2b894842ef5455 (patch) | |
tree | 77c61ce22f71ddc4412eb8fe5a54e4865db41be5 /distrib/hc-build | |
parent | 9fbf9b17bdac787e959016c717089743c3fe3c6b (diff) | |
download | haskell-f32a7c7c946c5fdc10bc176eac2b894842ef5455.tar.gz |
[project @ 2003-07-23 15:42:24 by simonmar]
PrimopWrappers hack no longer required.
Diffstat (limited to 'distrib/hc-build')
-rw-r--r-- | distrib/hc-build | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/distrib/hc-build b/distrib/hc-build index 1629bf3d6a..ff1291b39b 100644 --- a/distrib/hc-build +++ b/distrib/hc-build @@ -37,10 +37,6 @@ touch ghc/compiler/parser/Parser.hs touch ghc/compiler/main/ParsePkgConf.hs touch hslibs/hssource/HsParser.hs -# We don't have genprimopcode yet so don't try to use it -touch ghc/compiler/prelude/primops.txt -touch libraries/base/GHC/PrimopWrappers.hs - echo "*** Building compiler..." ./configure --enable-hc-boot $configopts |