From ce63e4a5e1e97f340f4aec27d545a95c2a4499b5 Mon Sep 17 00:00:00 2001 From: rrt <unknown> Date: Tue, 28 Mar 2000 11:07:19 +0000 Subject: [PATCH] [project @ 2000-03-28 11:07:19 by rrt] Added SplitObjs and removed -split-objs from GhcLibHcOpts. --- ghc/ghc.spec.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc/ghc.spec.in b/ghc/ghc.spec.in index d32379d3329c..6615060541b1 100644 --- a/ghc/ghc.spec.in +++ b/ghc/ghc.spec.in @@ -81,7 +81,8 @@ cat >mk/build.mk <<END GhcHcOpts = -O -dcore-lint -H24m GhcCompilerWays = GhcLibWays = -GhcLibHcOpts = -O -H24m -split-objs -odir \$* +GhcLibHcOpts = -O -H24m +SplitObjs = YES GhcLibsWithReadline = YES StripLibraries = YES SRC_HAPPY_OPTS += -c -- GitLab