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
Glasgow Haskell Compiler
GHC
Commits
8ae32011
Commit
8ae32011
authored
Oct 06, 2011
by
Ian Lynagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
#4264
on OS X
We were getting the RTS linked twice, which caused odd things to happen.
parent
81c3b716
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
testsuite/tests/dynlibs/Makefile
testsuite/tests/dynlibs/Makefile
+1
-1
testsuite/tests/dynlibs/all.T
testsuite/tests/dynlibs/all.T
+1
-2
No files found.
testsuite/tests/dynlibs/Makefile
View file @
8ae32011
...
...
@@ -10,7 +10,7 @@ T3807:
$(RM)
T3807test.so
$(RM)
T3807-load
'
$(TEST_HC)
'
$(TEST_HC_OPTS)
-v0
--make
-dynamic
-fPIC
-shared
T3807Export.hs T3807-export.c
-o
T3807test.so
-lHSrts-ghc
`
'
$(TEST_HC)
'
$(TEST_HC_OPTS)
--numeric-version
`
'
$(TEST_HC)
'
$(TEST_HC_OPTS)
T3807-load.c
-o
T3807-load
-ldl
'
$(TEST_HC)
'
$(TEST_HC_OPTS)
-no-auto-link-packages
-no-hs-main
T3807-load.c
-o
T3807-load
-ldl
./T3807-load
.PHONY
:
T4464
...
...
testsuite/tests/dynlibs/all.T
View file @
8ae32011
...
...
@@ -6,8 +6,7 @@ test('T3807',
'
T3807-export.o
',
'
T3807-load.o
',
'
T3807test.so
',
'
T3807-load
']),
if_os
('
mingw32
',
skip
),
if_os
('
darwin
',
expect_broken
(
4264
))],
if_os
('
mingw32
',
skip
)],
run_command
,
['
$MAKE --no-print-directory -s T3807
'])
...
...
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