From 38164c8806366cb59609e15fb0e2d9d35f455cec Mon Sep 17 00:00:00 2001 From: panne Date: Mon, 3 Jul 2000 20:32:19 +0000 Subject: [PATCH] [project @ 2000-07-03 20:32:19 by panne] Litlits don't really make much sense for the NCG (i.e. are a hack), so compile via C. --- ghc/tests/deSugar/should_compile/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/tests/deSugar/should_compile/Makefile b/ghc/tests/deSugar/should_compile/Makefile index baa35fb..08a1c3e 100644 --- a/ghc/tests/deSugar/should_compile/Makefile +++ b/ghc/tests/deSugar/should_compile/Makefile @@ -6,6 +6,7 @@ SRC_HC_OPTS += -dcore-lint ds035_HC_OPTS = -fglasgow-exts ds044_HC_OPTS = -O -funbox-strict-fields +ds049_HC_OPTS = -fvia-C ds050_HC_OPTS = -fglasgow-exts # mkdependHS doesn't understand OPTIONS pragmas... -- 1.7.10.4