From: panne Date: Mon, 3 Jul 2000 20:32:19 +0000 (+0000) Subject: [project @ 2000-07-03 20:32:19 by panne] X-Git-Tag: Approximately_9120_patches~4088 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=38164c8806366cb59609e15fb0e2d9d35f455cec;p=ghc-hetmet.git [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. --- 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...