From: simonmar Date: Mon, 15 May 2000 14:29:04 +0000 (+0000) Subject: [project @ 2000-05-15 14:29:04 by simonmar] X-Git-Tag: Approximately_9120_patches~4464 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c119f72863750577fafd41a9392bb8de3ac30087;p=ghc-hetmet.git [project @ 2000-05-15 14:29:04 by simonmar] callback is a definite via-C test --- 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