Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
cc463ba2
Commit
cc463ba2
authored
Jul 09, 2004
by
sof
Browse files
[project @ 2004-07-09 21:13:35 by sof]
back out rev 1.61; to hardwire path to gcc, use --with-gcc=<foo>
parent
91138c82
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
cc463ba2
...
...
@@ -613,12 +613,7 @@ AC_ARG_WITH(gcc,
fi
fi;
CC="$withval"],
[if test "x$HostPlatform" = "xi386-unknown-mingw32"
then
WhatGccIsCalled=`which gcc`
else
WhatGccIsCalled="gcc"
fi;]
[WhatGccIsCalled="gcc"]
)
AC_SUBST(WhatGccIsCalled)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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