[project @ 1999-06-16 09:33:10 by simonmar]
authorsimonmar <unknown>
Wed, 16 Jun 1999 09:33:14 +0000 (09:33 +0000)
committersimonmar <unknown>
Wed, 16 Jun 1999 09:33:14 +0000 (09:33 +0000)
commit88e65770ac9e96a68959edb2284a700425cdb1f7
tree13c588900bae5827dc0f608e583082274120023d
parent4d5cd183405ad2678e5625b243eab6db193b141a
[project @ 1999-06-16 09:33:10 by simonmar]
Make use of the $(GhcWithRegisterised) build flag from config.mk.  You
can now get an unregisterised build by *either*

- setting GhcWithRegisterised to NO in build.mk, or
- adding 'u' to GhcLibWays.

The former will make all compilations unregisterised, whereas the
latter will require a '-unreg' flag to be passed to the compiler to
get the unregisterised build.
ghc/driver/Makefile
ghc/driver/ghc.lprl
mk/config.mk.in