[project @ 2001-07-25 10:10:25 by simonmar]
authorsimonmar <unknown>
Wed, 25 Jul 2001 10:10:25 +0000 (10:10 +0000)
committersimonmar <unknown>
Wed, 25 Jul 2001 10:10:25 +0000 (10:10 +0000)
commit7d34d68cf6ef26f7f402e8ccf317b69aecf69418
treef71e1f97db8e19a7e0a486c9772b62a0059e3149
parenta47868d5ea4f696e9beb3e4ecbd13c6fd14c676c
[project @ 2001-07-25 10:10:25 by simonmar]
- Move FptoolsHcOpts out of the hslibs section of this file (which was
  *exactly* the wrong place for it).

- Clarify the meaning of FptoolsHcOpts and GhcHcOpts.

NOTE: $(FptoolsHcOpts) gets added to every Haskell compilation for
Haskell *programs* (not libraries), including GHC itself.  By default,
it contains only -O.  To remove the -O, you need to override
FptoolsHcOpts in build.mk, not GhcHcOpts.

GhcHcOpts is still there, and contains options to be added when
compiling GHC only.
mk/config.mk.in