Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
jberryman
GHC
Commits
813ab8ac
Commit
813ab8ac
authored
Apr 04, 2001
by
rrt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[project @ 2001-04-04 14:31:30 by rrt]
Only pass --target to gmp's configure under mingwin.
parent
aac51d03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
ghc/rts/Makefile
ghc/rts/Makefile
+6
-1
No files found.
ghc/rts/Makefile
View file @
813ab8ac
#-----------------------------------------------------------------------------
# $Id: Makefile,v 1.4
5
2001/04/0
3
1
5:57:30 dsyme
Exp $
# $Id: Makefile,v 1.4
6
2001/04/0
4
1
4:31:30 rrt
Exp $
#
# This is the Makefile for the runtime-system stuff.
# This stuff is written in C (and cannot be written in Haskell).
...
...
@@ -151,8 +151,13 @@ endif
# and not worth re-implementing in our Makefile framework.
ifneq
"$(HaveLibGmp)" "YES"
ifneq
"$(HOSTPLATFORM)" "i386-unknown-mingw32"
boot
::
cd
gmp
&&
./configure
--enable-shared
=
no
else
boot
::
cd
gmp
&&
./configure
--enable-shared
=
no
--target
=
$(HOSTPLATFORM)
endif
# Slight cheatage here to past host as target, but x-compilation isn't supported by ghc.
...
...
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