From 11d45138b70631e4556708afa8f8f6912bdb6e6a Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 12 Apr 2005 08:25:25 +0000 Subject: [PATCH] [project @ 2005-04-12 08:25:25 by simonmar] Remove -fasm from porting instructions --- docs/building/building.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building/building.xml b/docs/building/building.xml index e51216e..26ce90c 100644 --- a/docs/building/building.xml +++ b/docs/building/building.xml @@ -3778,7 +3778,7 @@ GhcLibWays = SplitObjs = NO GhcWithNativeCodeGen = NO GhcWithInterpreter = NO -GhcStage1HcOpts = -O -fasm +GhcStage1HcOpts = -O GhcStage2HcOpts = -O -fvia-C -keep-hc-files SRC_HC_OPTS += -H32m GhcBootLibs = YES -- 1.7.10.4