summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts/Makefile
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@mit.edu>2013-09-13 22:45:02 -0700
committerEdward Z. Yang <ezyang@mit.edu>2013-09-13 22:47:18 -0700
commit35db0b3d112cf2d169bfa24eac3bd16507cd59c1 (patch)
treef7fcfe5106cc4d8a8324ff19f6b57b25af63f6b0 /testsuite/tests/rts/Makefile
parent02d4958903e967b78fc3bbceddc2ce8ce33901c0 (diff)
downloadhaskell-35db0b3d112cf2d169bfa24eac3bd16507cd59c1.tar.gz
Fix egregious pathchar business in linker_unload.
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
Diffstat (limited to 'testsuite/tests/rts/Makefile')
-rw-r--r--testsuite/tests/rts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/rts/Makefile b/testsuite/tests/rts/Makefile
index 9fbf7de5fa..0a11a2fb6c 100644
--- a/testsuite/tests/rts/Makefile
+++ b/testsuite/tests/rts/Makefile
@@ -95,5 +95,5 @@ linker_unload:
$(RM) Test.o Test.hi
"$(TEST_HC)" $(TEST_HC_OPTS) -c Test.hs -v0
# -rtsopts causes a warning
- "$(TEST_HC)" $(filter-out -rtsopts, $(TEST_HC_OPTS)) linker_unload.c -o linker_unload -no-hs-main
+ "$(TEST_HC)" $(filter-out -rtsopts, $(TEST_HC_OPTS)) linker_unload.c -o linker_unload -no-hs-main -optc-Werror
./linker_unload $(BASE) $(GHC_PRIM) $(INTEGER_GMP)