From: igloo Date: Mon, 18 Oct 2004 18:27:36 +0000 (+0000) Subject: [project @ 2004-10-18 18:27:36 by igloo] X-Git-Tag: Initial_conversion_from_CVS_complete~1491 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=71846adaa7d9a913940f45fbf95b8038bd07f361 [project @ 2004-10-18 18:27:36 by igloo] Remove -static flags for alpha and hppa. Turns out mips(el) on Linux is more complicated than first appeared, so leaving it be for now. --- diff --git a/ghc/compiler/main/DriverFlags.hs b/ghc/compiler/main/DriverFlags.hs index ac9e92c..0f91cb1 100644 --- a/ghc/compiler/main/DriverFlags.hs +++ b/ghc/compiler/main/DriverFlags.hs @@ -549,7 +549,7 @@ setMainIs arg machdepCCOpts | prefixMatch "alpha" cTARGETPLATFORM - = return ( ["-static", "-w", "-mieee" + = return ( ["-w", "-mieee" #ifdef HAVE_THREADED_RTS_SUPPORT , "-D_REENTRANT" #endif @@ -561,7 +561,7 @@ machdepCCOpts | prefixMatch "hppa" cTARGETPLATFORM -- ___HPUX_SOURCE, not _HPUX_SOURCE, is #defined if -ansi! -- (very nice, but too bad the HP /usr/include files don't agree.) - = return ( ["-static", "-D_HPUX_SOURCE"], [] ) + = return ( ["-D_HPUX_SOURCE"], [] ) | prefixMatch "m68k" cTARGETPLATFORM -- -fno-defer-pop : for the .hc files, we want all the pushing/