Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Decking
GHC
Commits
e7fe9f20
Commit
e7fe9f20
authored
Oct 17, 2006
by
Simon Marlow
Browse files
compensate for gmp/configure sometimes not being executable
parent
80564ddc
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/Makefile
View file @
e7fe9f20
...
...
@@ -244,7 +244,7 @@ boot ::
if
[
-f
gmp/config.status
]
;
then
\
cd
gmp
&&
CC
=
$(WhatGccIsCalled)
./config.status
;
\
else
\
cd
gmp
&&
CC
=
$(WhatGccIsCalled)
./
configure
--enable-shared
=
no
\
cd
gmp
&&
CC
=
$(WhatGccIsCalled)
$(SHELL)
configure
--enable-shared
=
no
\
--host
=
`
echo
$(HOSTPLATFORM)
|
sed
's/i[567]86/i486/g'
`
;
\
fi
...
...
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