From 6abfe37b5316ed522cf402dfe0fab893e69bd831 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 29 Jun 1999 14:15:32 +0000 Subject: [PATCH] [project @ 1999-06-29 14:15:32 by simonmar] Clean out objects generated from assembly files. --- ghc/rts/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index 5de1c24..e244d19 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.10 1999/05/10 08:23:55 sof Exp $ +# $Id: Makefile,v 1.11 1999/06/29 14:15:32 simonmar Exp $ # This is the Makefile for the runtime-system stuff. # This stuff is written in C (and cannot be written in Haskell). @@ -57,14 +57,15 @@ SRC_HC_OPTS += -I../includes -I. -Igum $(WARNING_OPTS) $(GhcRtsHcOpts) -optc-DCO SRC_CC_OPTS = $(GhcRtsCcOpts) ifneq "$(way)" "dll" -SRC_HC_OPTS += -static +# SRC_HC_OPTS += -static endif +# SRC_HC_OPTS += -optc-fPIC ifeq "$(way)" "mp" SRC_HC_OPTS += -I$$PVM_ROOT/include endif -C_SRCS = $(SRCS_RTS_C) $(SRCS_RTS_HC) # $(SRCS_RTS_S)??? +C_SRCS = $(SRCS_RTS_C) $(SRCS_RTS_HC) $(SRCS_RTS_S) SRC_MKDEPENDC_OPTS += -I. -I../includes -- 1.7.10.4