Skip to content
Snippets Groups Projects
Commit 25a3f523 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-07-17 09:02:18 by simonmar]

accept '-fvia-c' as an alternative capitalisation for '-fvia-C' (the
old driver used to do this, and it's documented in the Users' Guide)
parent 1683eefd
No related merge requests found
......@@ -1854,6 +1854,7 @@ opts =
, ( "fasm" , OptPrefix (\_ -> writeIORef hsc_lang HscAsm) )
, ( "fvia-c" , NoArg (writeIORef hsc_lang HscC) )
, ( "fvia-C" , NoArg (writeIORef hsc_lang HscC) )
, ( "fno-asm-mangling" , NoArg (writeIORef do_asm_mangling False) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment