diff options
author | rrt <unknown> | 2000-08-15 11:41:19 +0000 |
---|---|---|
committer | rrt <unknown> | 2000-08-15 11:41:19 +0000 |
commit | f0daa9ce1ac61ce82617b83bcac4f8fc66609d7b (patch) | |
tree | 2b35806801df44e018bd4ea3f38f53a543b24e65 /ghc/tests/codeGen | |
parent | 4589d39102aff2af0852f51f308995fc137108f8 (diff) | |
download | haskell-f0daa9ce1ac61ce82617b83bcac4f8fc66609d7b.tar.gz |
[project @ 2000-08-15 11:41:19 by rrt]
Add -fvia-C to cg026 (which it needs).
Diffstat (limited to 'ghc/tests/codeGen')
-rw-r--r-- | ghc/tests/codeGen/should_run/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/tests/codeGen/should_run/Makefile b/ghc/tests/codeGen/should_run/Makefile index 7c5153efb5..108f1cbe92 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 |