-fPIC -fvia-C issues a warning and ignores -fvia-C
authorSimon Marlow <marlowsd@gmail.com>
Fri, 21 Aug 2009 14:45:44 +0000 (14:45 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Fri, 21 Aug 2009 14:45:44 +0000 (14:45 +0000)
commit9b645e9e5413fe060c1483171fc98f5baec1c6a4
tree1f31998f523caf20ccb813082e36215a5939b302
parente0939bc459e2fd5420f875ee3065dca14114bf31
-fPIC -fvia-C issues a warning and ignores -fvia-C
Also, -fPIC causes an error if the target is registerised and has no
native code generator.
compiler/main/DynFlags.hs
compiler/main/StaticFlagParser.hs