Skip to content

Commit

Permalink
Mkrt: Forgot cc1plus.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eelis committed Apr 5, 2010
1 parent 8fe7fc6 commit 3b2647e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,5 +1,4 @@
*.o
*.hi
dist
prefix
src/SysCalls.hsc
2 changes: 1 addition & 1 deletion src/Mkrt.hs
Expand Up @@ -55,7 +55,7 @@ compiler_files = (nub .) $ do
fs (concat .) $ forM l $ \f do
out query_gxx $ "-print-file-name=" ++ f
return $ if out f then [out] else []
fs' (concat .) $ forM ["as", "ld"] $ \p do
fs' (concat .) $ forM ["cc1plus", "as", "ld"] $ \p do
mf query_gxx ("-print-prog-name=" ++ p) >>= which
case mf of
Nothing error $ "could not find " ++ p
Expand Down

0 comments on commit 3b2647e

Please sign in to comment.