From a6a97070b86949e6db86b669a9e8d39f88492d26 Mon Sep 17 00:00:00 2001 From: panne Date: Sun, 24 Apr 2005 20:10:55 +0000 Subject: [PATCH] [project @ 2005-04-24 20:10:55 by panne] No -optc prefix fot GhcRtsCcOpts needed --- ghc/docs/comm/genesis/genesis.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/docs/comm/genesis/genesis.html b/ghc/docs/comm/genesis/genesis.html index 28a7add..30b16fe 100644 --- a/ghc/docs/comm/genesis/genesis.html +++ b/ghc/docs/comm/genesis/genesis.html @@ -37,7 +37,7 @@ GhcRtsHcOpts):
 GhcRtsHcOpts+=-optc-DDEBUG
-GhcRtsCcOpts+=-optc-g
+GhcRtsCcOpts+=-g
 EXTRA_LD_OPTS=-lbfd -liberty

Then go into fptools/ghc/rts and make clean boot && @@ -75,7 +75,7 @@ EXTRA_LD_OPTS=-lbfd -liberty

-Last modified: Wed Aug 8 19:18:54 EST 2001 +Last modified: Sun Apr 24 22:16:30 CEST 2005 -- 1.7.10.4