From c119f72863750577fafd41a9392bb8de3ac30087 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 15 May 2000 14:29:04 +0000 Subject: [PATCH] [project @ 2000-05-15 14:29:04 by simonmar] callback is a definite via-C test --- ghc/tests/ccall/should_run/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 1.7.10.4