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
jberryman
GHC
Commits
b7998280
Commit
b7998280
authored
Aug 18, 1998
by
sof
Browse files
[project @ 1998-08-18 20:40:42 by sof]
Doc string for --enable-hc-boot was lacking; added --with-gcc cmd line option
parent
7da0b20f
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
b7998280
...
@@ -284,16 +284,24 @@ AC_SUBST(exeext)
...
@@ -284,16 +284,24 @@ AC_SUBST(exeext)
dnl * Booting from .hc files?
dnl * Booting from .hc files?
#--------------------------------------------------------------
#--------------------------------------------------------------
AC_ARG_ENABLE(hc-boot,
AC_ARG_ENABLE(hc-boot,
[
[ --enable-hc-boot
Boot the Glasgow Haskell Compiler from intermediate .hc files.
Boot the Glasgow Haskell Compiler from intermediate .hc files.
(This option is mostly of interest for porters.)
(This option is mostly of interest to porters.)
],
],
[BootingFromHc=YES],
BootingFromHc=YES,
[BootingFromHc=NO]
BootingFromHc=NO
)
)
AC_SUBST(BootingFromHc)
AC_SUBST(BootingFromHc)
AC_ARG_WITH(gcc,
[ --with-gcc=<gcc command>
Use a different command instead of 'gcc' for the GNU C compiler.
],
[WhatGccIsCalled="$withval"],
[WhatGccIsCalled="gcc"]
)
AC_SUBST(WhatGccIsCalled)
# -------------------------------------------------------------------------
# -------------------------------------------------------------------------
dnl
dnl
dnl * _GENERAL_ CONFIGURATION CHECKS
dnl * _GENERAL_ CONFIGURATION CHECKS
...
...
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