From f0daa9ce1ac61ce82617b83bcac4f8fc66609d7b Mon Sep 17 00:00:00 2001 From: rrt Date: Tue, 15 Aug 2000 11:41:19 +0000 Subject: [PATCH] [project @ 2000-08-15 11:41:19 by rrt] Add -fvia-C to cg026 (which it needs). --- ghc/tests/codeGen/should_run/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/tests/codeGen/should_run/Makefile b/ghc/tests/codeGen/should_run/Makefile index 7c5153e..108f1cb 100644 --- a/ghc/tests/codeGen/should_run/Makefile +++ b/ghc/tests/codeGen/should_run/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.12 2000/06/12 17:01:57 panne Exp $ +# $Id: Makefile,v 1.13 2000/08/15 11:41:19 rrt Exp $ TOP = ../.. include $(TOP)/mk/boilerplate.mk @@ -16,7 +16,7 @@ cg012_HC_OPTS = -fglasgow-exts cg015_HC_OPTS = -fglasgow-exts cg018_HC_OPTS = -fglasgow-exts cg025_HC_OPTS = -fglasgow-exts -cg026_HC_OPTS = -fglasgow-exts +cg026_HC_OPTS = -fglasgow-exts -fvia-C cg029_HC_OPTS = -fglasgow-exts cg030_HC_OPTS = -fglasgow-exts cg031_HC_OPTS = -fglasgow-exts -- 1.7.10.4