Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
17b16ea3
Commit
17b16ea3
authored
Apr 19, 2011
by
Ian Lynagh
Browse files
Remove use of -fno-asm-mangling flag; fixes #5134
The flag no longer exists, but we always behave as if it had been used.
parent
d810a693
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main/StaticFlagParser.hs
View file @
17b16ea3
...
...
@@ -210,7 +210,6 @@ unregFlags :: [Located String]
unregFlags
=
map
(
mkGeneralLocated
"in unregFlags"
)
[
"-optc-DNO_REGS"
,
"-optc-DUSE_MINIINTERPRETER"
,
"-fno-asm-mangling"
,
"-funregisterised"
]
-----------------------------------------------------------------------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment