From 74a87d705449e2f9ad4021aeebf8149ce35a6a2e Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 20 Nov 2006 12:23:05 +0000 Subject: [PATCH] Don't force -static on mips --- compiler/main/DynFlags.hs | 3 --- 1 file changed, 3 deletions(-) diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index 53fa11a..fc3f434 100644 --- a/compiler/main/DynFlags.hs +++ b/compiler/main/DynFlags.hs @@ -1351,9 +1351,6 @@ machdepCCOpts dflags -- version. ] ) -#elif mips_TARGET_ARCH - = ( ["-static"], [] ) - #elif sparc_TARGET_ARCH = ( [], ["-w"] ) -- For now, to suppress the gcc warning "call-clobbered -- 1.7.10.4