diff options
Diffstat (limited to 'compiler/main/SysTools.lhs')
-rw-r--r-- | compiler/main/SysTools.lhs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/compiler/main/SysTools.lhs b/compiler/main/SysTools.lhs index 9e5d24703e..a75a3bc5b4 100644 --- a/compiler/main/SysTools.lhs +++ b/compiler/main/SysTools.lhs @@ -50,7 +50,6 @@ import Panic import Platform import Util import DynFlags -import StaticFlags import Exception import Data.IORef @@ -295,10 +294,7 @@ initSysTools mbMinusB -- Hans: this isn't right in general, but you can -- elaborate it in the same way as the others sOpt_L = [], - sOpt_P = (if opt_PIC - then -- this list gets reversed - ["-D__PIC__", "-U __PIC__"] - else []), + sOpt_P = [], sOpt_F = [], sOpt_c = [], sOpt_a = [], |