[project @ 2001-10-01 11:36:28 by simonmar]
authorsimonmar <unknown>
Mon, 1 Oct 2001 11:36:29 +0000 (11:36 +0000)
committersimonmar <unknown>
Mon, 1 Oct 2001 11:36:29 +0000 (11:36 +0000)
commite38fdaa5279c579dc9fe573bcd6e268dae0326ff
tree1df8787c23a51e41a78232f4bb68cb2be8d0584c
parent1b9f74f630130480a4f260f506015af846ef726d
[project @ 2001-10-01 11:36:28 by simonmar]
Allow default RTS options to be specified by linking in an object file
which defines the symbol `ghc_rts_opts' to point to a string of RTS
options.

This is preferred to using defaultsHook(), if possible.  Perhaps we
could remove defaultsHook().

(won't work with DLL's; if we ever ressurrect them we'll
have to deal with this somehow).
ghc/includes/Hooks.h
ghc/rts/RtsFlags.c
ghc/rts/hooks/RtsOpts.c [new file with mode: 0644]