"# Hake was invoked with the following command line args:" ] ++
[ "# " ++ a | a <- args ] ++
[ "# ",
- "SRCDIR=" ++ (opt_sourcedir opts),
- "HAKE_ARCHS=" ++ (concat $ intersperse " " Config.architectures),
+ "SRCDIR=" ++ opt_sourcedir opts,
+ "HAKE_ARCHS=" ++ intercalate " " Config.architectures,
"include ./symbolic_targets.mk" ])
-- There a several valid top-level build directores, apart from the
printTokens h $ ruleOutputs compiledRule
if double_colon then hPutStr h ":: " else hPutStr h ": "
printTokens h $ ruleDepends compiledRule
- -- printDirs h $ ruleDirs compiledRule
hPutStr h " | directories "
- --when (not (S.null (rulePreDepends compiledRule))) $ do
printTokens h $ rulePreDepends compiledRule
hPutStrLn h ""
doBody
Str "-mno-red-zone",
Str "-fPIE",
Str "-fno-stack-protector",
- Str "-Wno-unused-but-set-variable",
+ Str "-Wno-unused-but-set-variable",
Str "-Wno-packed-bitfield-compat",
Str "-D__x86__" ]
"-Wmissing-field-initializers",
"-Wredundant-decls",
"-Wno-packed-bitfield-compat",
- "-Wno-unused-but-set-variable",
+ "-Wno-unused-but-set-variable",
"-Werror",
"-imacros deputy/nodeputy.h",
"-mno-mmx",
"-Wmissing-field-initializers",
"-Wredundant-decls",
"-Wno-packed-bitfield-compat",
- "-Wno-unused-but-set-variable",
+ "-Wno-unused-but-set-variable",
"-Werror",
"-imacros deputy/nodeputy.h",
"-mno-mmx",
"-mno-sse3",
"-mno-sse4.1",
"-mno-sse4.2",
--- "-Wno-unused-but-set-variable",
"-mno-sse4",
"-mno-sse4a",
"-mno-3dnow" ]]