X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Ftests%2Fccall%2Fshould_run%2FMakefile;h=c16cbc2b6595d22ad49ba839513003749fa27526;hb=c119f72863750577fafd41a9392bb8de3ac30087;hp=c0e5e3e43d693e73efa6fc8e1707b477140cbf91;hpb=708397ebbbb06a2bf10444a892e5bab06b5b3bad;p=ghc-hetmet.git diff --git a/ghc/tests/ccall/should_run/Makefile b/ghc/tests/ccall/should_run/Makefile index c0e5e3e..c16cbc2 100644 --- a/ghc/tests/ccall/should_run/Makefile +++ b/ghc/tests/ccall/should_run/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.2 2000/04/26 10:43:23 simonmar Exp $ +# $Id: Makefile,v 1.3 2000/05/15 14:29:04 simonmar Exp $ TOP = ../.. include $(TOP)/mk/boilerplate.mk @@ -7,6 +7,8 @@ include $(TOP)/mk/should_run.mk SRC_HC_OPTS += -dcore-lint -fglasgow-exts +callback_HC_OPTS += -fvia-C + callback_LD_OPTS = callback_stub.o fed001_LD_OPTS = fed001_stub.o