Building just a stage 1 compiler?
Simon Peyton-Jones
simonpj at microsoft.com
Wed Aug 19 05:28:35 EDT 2009
Yes indeed
http://hackage.haskell.org/trac/ghc/wiki/Building/Using#RebuildingtheGHCbinaryaftermakingchanges
| -----Original Message-----
| From: glasgow-haskell-users-bounces at haskell.org [mailto:glasgow-haskell-users-
| bounces at haskell.org] On Behalf Of Tim Chevalier
| Sent: 19 August 2009 00:15
| To: GHC Users Mailing List
| Subject: Building just a stage 1 compiler?
|
| Hi,
|
| Is there a way to tell the GHC build system that I only want to build
| a stage 1 compiler and the libraries, not a stage 2 compiler?
| Executing:
| $ sh boot
| $ ./configure
| $ make stage=1
|
| in my build tree still builds the stage 2 compiler as well.
|
| Thanks,
| Tim
|
| --
| Tim Chevalier * http://cs.pdx.edu/~tjc/ * Often in error, never in doubt
| _______________________________________________
| Glasgow-haskell-users mailing list
| Glasgow-haskell-users at haskell.org
| http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
More information about the Glasgow-haskell-users
mailing list