Repository : http://darcs.haskell.org/ghc.git/

On branch  : master

https://github.com/ghc/ghc/commit/8ed0bdab7e69bfec14b1de2d662349626f587119

>---------------------------------------------------------------

commit 8ed0bdab7e69bfec14b1de2d662349626f587119
Author: Ian Lynagh <[email protected]>
Date:   Thu May 16 19:04:30 2013 +0100

    Don't link base/rts/... into C wrapper programs

>---------------------------------------------------------------

 rules/build-prog.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/build-prog.mk b/rules/build-prog.mk
index 32cac3f..cfaadaa 100644
--- a/rules/build-prog.mk
+++ b/rules/build-prog.mk
@@ -249,10 +249,10 @@ $1/$2/build/tmp/$$($1_$2_PROG)-wrapper.c: 
driver/utils/dynwrapper.c | $$$$(dir $
        cat driver/utils/dynwrapper.c >> $$@
 
 $1/$2/build/tmp/$$($1_$2_PROG_INPLACE) : 
$1/$2/build/tmp/$$($1_$2_PROG)-inplace-wrapper.c 
$1/$2/build/tmp/$$($1_$2_PROG).dll | $$$$(dir $$$$@)/.
-       $$(call cmd,$1_$2_HC) -no-hs-main -optc-g -optc-O0 $$< -o $$@
+       $$(call cmd,$1_$2_HC) -no-hs-main -no-auto-link-packages -optc-g 
-optc-O0 -Iincludes $$< -o $$@
 
 $1/$2/build/tmp/$$($1_$2_PROG) : $1/$2/build/tmp/$$($1_$2_PROG)-wrapper.c 
$1/$2/build/tmp/$$($1_$2_PROG).dll | $$$$(dir $$$$@)/.
-       $$(call cmd,$1_$2_HC) -no-hs-main -optc-g -optc-O0 $$< -o $$@
+       $$(call cmd,$1_$2_HC) -no-hs-main -no-auto-link-packages -optc-g 
-optc-O0 -Iincludes $$< -o $$@
 
 $1/$2/build/tmp/$$($1_$2_PROG).dll : $$($1_$2_$$($1_$2_PROGRAM_WAY)_HS_OBJS) 
$$($1_$2_$$($1_$2_PROGRAM_WAY)_C_OBJS) $$($1_$2_$$($1_$2_PROGRAM_WAY)_S_OBJS) 
$$($1_$2_OTHER_OBJS) | $$$$(dir $$$$@)/.
        $$(call 
build-dll,$1,$2,$$($1_$2_PROGRAM_WAY),,$$($1_$2_$$($1_$2_PROGRAM_WAY)_HS_OBJS) 
$$($1_$2_$$($1_$2_PROGRAM_WAY)_C_OBJS) $$($1_$2_$$($1_$2_PROGRAM_WAY)_S_OBJS) 
$$($1_$2_OTHER_OBJS),$$@)



_______________________________________________
ghc-commits mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/ghc-commits

Reply via email to