From: stolz Date: Fri, 5 Mar 2004 15:09:37 +0000 (+0000) Subject: [project @ 2004-03-05 15:09:37 by stolz] X-Git-Tag: Approx_11550_changesets_converted~21 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ce9fd3c85d8f01bdf5e20b89842b2e0d2e4904eb;hp=162f1889be4817490f0cd3ebc6f3e051e44f0bc1;p=ghc-hetmet.git [project @ 2004-03-05 15:09:37 by stolz] Fix #ifdef'ed flags for FreeBSD. --- diff --git a/ghc/compiler/main/DriverState.hs b/ghc/compiler/main/DriverState.hs index cad7f2b..c6acf81 100644 --- a/ghc/compiler/main/DriverState.hs +++ b/ghc/compiler/main/DriverState.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: DriverState.hs,v 1.100 2004/02/25 11:31:24 simonmar Exp $ +-- $Id: DriverState.hs,v 1.101 2004/03/05 15:09:37 stolz Exp $ -- -- Settings for the driver -- @@ -573,7 +573,7 @@ way_details :: [ (WayName, Way) ] way_details = [ (WayThreaded, Way "thr" True "Threaded" [ #if defined(freebsd_TARGET_OS) - , "-optc-pthread" + "-optc-pthread" #endif ] ),