Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
2b10ee01
Commit
2b10ee01
authored
May 04, 1999
by
sof
Browse files
[project @ 1999-05-04 08:38:53 by sof]
Added support for dllwrap options
parent
5769ae99
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/opts.mk
View file @
2b10ee01
...
...
@@ -5,7 +5,7 @@
# This file defines Make variables for the
# option flags for each utility program
#
# $Id: opts.mk,v 1.
9
1999/0
2
/0
2 14:16:28
sof Exp $
# $Id: opts.mk,v 1.
10
1999/0
5
/0
4 08:38:53
sof Exp $
#
#################################################################################
...
...
@@ -66,6 +66,10 @@ WAY$(_way)_LINT_OPTS += WAY$(_way)_CPP_OPTS
#
SRC_TEXI2HTML_OPTS
+=
-menu
-verbose
-glossary
#
# Default fptools options for dllwrap.
#
SRC_BLD_DLL_OPTS
+=
-mno-cygwin
--target
=
i386-mingw32
--export-all
#################################################################################
#
...
...
@@ -85,6 +89,7 @@ RUNTEST_OPTS = $(SRC_RUNTEST_OPTS) $(WAY$(_way)_RUNTEST_OPTS) \
AR_OPTS
=
$(SRC_AR_OPTS)
$
(
WAY
$(_way)
_AR_OPTS
)
$(EXTRA_AR_OPTS)
AS_OPTS
=
$(SRC_AS_OPTS)
$
(
WAY
$(_way)
_AS_OPTS
)
$(EXTRA_AS_OPTS)
BLD_DLL_OPTS
=
$(SRC_BLD_DLL_OPTS)
$
(
WAY
$(_way)
_BLD_DLL_OPTS
)
$
(
$*
_HC_OPTS
)
$(EXTRA_BLD_DLL_OPTS)
CPP_OPTS
=
$(SRC_CPP_OPTS)
$
(
WAY
$(_way)
_CPP_OPTS
)
$(EXTRA_CPP_OPTS)
CTAGS_OPTS
=
$(SRC_CTAGS_OPTS)
$
(
WAY
$(_way)
_CTAGS_OPTS
)
$(EXTRA_CTAGS_OPTS)
CC_OPTS
=
$(SRC_CC_OPTS)
$
(
WAY
$(_way)
_CC_OPTS
)
$
(
$*
_CC_OPTS
)
$(EXTRA_CC_OPTS)
...
...
Write
Preview
Markdown
is supported
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