X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fmain%2FDynFlags.hs;h=34227087dd54b71f0f9ce29f8d03724bf578afae;hb=5a8066e3ee6bc074d09b10929b9e643b78d2d9fe;hp=031fa07d26a7be899d129062da59703d997e3cc1;hpb=2cf29639c5e6f120e50d9806110bb9077c8451b6;p=ghc-hetmet.git diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index 031fa07..3422708 100644 --- a/compiler/main/DynFlags.hs +++ b/compiler/main/DynFlags.hs @@ -2206,7 +2206,7 @@ picCCOpts _dflags | otherwise = [] #else - | opt_PIC || not opt_Static + | opt_PIC = ["-fPIC", "-U __PIC__", "-D__PIC__"] | otherwise = []