Remove use of -fno-asm-mangling flag; fixes #5134
authorIan Lynagh <igloo@earth.li>
Tue, 19 Apr 2011 11:54:18 +0000 (12:54 +0100)
committerIan Lynagh <igloo@earth.li>
Tue, 19 Apr 2011 23:37:01 +0000 (00:37 +0100)
The flag no longer exists, but we always behave as if it had been used.

compiler/main/StaticFlagParser.hs

index 54f0a92..5767a52 100644 (file)
@@ -210,7 +210,6 @@ unregFlags :: [Located String]
 unregFlags = map (mkGeneralLocated "in unregFlags")
    [ "-optc-DNO_REGS"
    , "-optc-DUSE_MINIINTERPRETER"
-   , "-fno-asm-mangling"
    , "-funregisterised" ]
 
 -----------------------------------------------------------------------------