Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
obsidiansystems
GHC
Commits
07080fd8
Commit
07080fd8
authored
Jul 06, 2000
by
simonmar
Browse files
[project @ 2000-07-06 09:35:37 by simonmar]
ghc 4.06 didn't have -package, so use it only for 4.07+.
parent
5cbfe4e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/driver/Makefile
View file @
07080fd8
#-----------------------------------------------------------------------------
# $Id: Makefile,v 1.4
0
2000/0
6/30 09:46:04
simonmar Exp $
# $Id: Makefile,v 1.4
1
2000/0
7/06 09:35:37
simonmar Exp $
#
TOP
=
..
...
...
@@ -10,8 +10,8 @@ ifeq "$(GhcWithHscBuiltViaC)" "YES"
HC
=
$(GHC_INPLACE)
endif
ghc_40
6
_at_least
=
$(
shell
expr
"
$(GhcMinVersion)
"
\>
=
6
)
ifeq
"$(ghc_40
6
_at_least)" "1"
ghc_40
7
_at_least
=
$(
shell
expr
"
$(GhcMinVersion)
"
\>
=
7
)
ifeq
"$(ghc_40
7
_at_least)" "1"
SRC_HC_OPTS
+=
-fglasgow-exts
-cpp
-package
concurrent
-package
posix
-package
text
else
SRC_HC_OPTS
+=
-fglasgow-exts
-cpp
-syslib
concurrent
-syslib
posix
-syslib
misc
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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