Otherwise we get
ghc-stage2: panic! (the 'impossible' happened)
(GHC version 7.7.
20131202 for x86_64-unknown-linux):
Static flags have not been initialised!
Please call GHC.parseStaticFlags early enough.
test('plugins06',
[ extra_clean(['LinkerTicklingPlugin.hi', 'LinkerTicklingPlugin.o']),
+ unless(have_dynamic(),skip),
only_ways([config.ghc_plugin_way]) ],
- multimod_compile_and_run, ['plugins06', '-package ghc ' + config.ghc_th_way_flags ])
+ multimod_compile_and_run, ['plugins06', '-package ghc'])