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
83616fb7
Commit
83616fb7
authored
Aug 03, 2007
by
Simon Marlow
Browse files
cabal01: we need --with-ld=$(LD) for Windows
parent
62d79290
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/cabal/cabal01/Makefile
View file @
83616fb7
...
...
@@ -24,7 +24,7 @@ cabal01:
$(GHC_PKG_INPLACE)
--user
unregister
test;
\
fi
./setup
configure
-v0
--prefix
=
$(
shell
$(TOP)
/utils/pwd forwardslash
)
/install
--with-compiler
=
$(TEST_HC)
--with-hc-pkg
=
$(GHC_PKG_INPLACE)
$(PROF)
./setup
configure
-v0
--prefix
=
$(
shell
$(TOP)
/utils/pwd forwardslash
)
/install
--with-compiler
=
$(TEST_HC)
--with-hc-pkg
=
$(GHC_PKG_INPLACE)
$(PROF)
--with-ld
=
$(LD)
./setup
build
-v0
./setup
copy
-v0
ls
install
...
...
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