Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
fe4743c3
Commit
fe4743c3
authored
Mar 26, 2010
by
Ian Lynagh
Browse files
Add gcc-g++ to the inplace mingw installation; fixes #3893
parent
a55f15d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
fe4743c3
...
...
@@ -429,6 +429,7 @@ then
if ! test -d inplace/mingw ||
test inplace/mingw -ot ghc-tarballs/mingw/binutils*.tar.gz ||
test inplace/mingw -ot ghc-tarballs/mingw/gcc-core*.tar.gz ||
test inplace/mingw -ot ghc-tarballs/mingw/gcc-g++*.tar.gz ||
test inplace/mingw -ot ghc-tarballs/mingw/libcrypt*.tar.bz2 ||
test inplace/mingw -ot ghc-tarballs/mingw/mingw-runtime*.tar.gz ||
test inplace/mingw -ot ghc-tarballs/mingw/w32api*.tar.gz
...
...
@@ -441,6 +442,7 @@ then
cd inplace/mingw &&
tar -zxf ../../ghc-tarballs/mingw/binutils*.tar.gz &&
tar -zxf ../../ghc-tarballs/mingw/gcc-core*.tar.gz &&
tar -zxf ../../ghc-tarballs/mingw/gcc-g++*.tar.gz &&
tar -jxf ../../ghc-tarballs/mingw/libcrypt*.tar.bz2 &&
tar -zxf ../../ghc-tarballs/mingw/mingw-runtime*.tar.gz &&
tar -zxf ../../ghc-tarballs/mingw/w32api*.tar.gz &&
...
...
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