From: Ian Lynagh Date: Mon, 16 Jun 2008 22:59:49 +0000 (+0000) Subject: utils/Digraph doesn't need -fglasgow-exts passed specially X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=35a45c7c79d1c64bf3fb57865e6bd52dca93a31a utils/Digraph doesn't need -fglasgow-exts passed specially --- diff --git a/compiler/Makefile b/compiler/Makefile index acace59..5cce4bc 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -644,8 +644,6 @@ ifeq "$(HOSTPLATFORM)" "hppa1.1-hp-hpux9" rename/RnMonad_HC_OPTS = -O2 -O2-for-C endif -utils/Digraph_HC_OPTS = -fglasgow-exts - # basicTypes/SrcLoc_HC_OPTS = -funbox-strict-fields # We always optimise some low-level modules, otherwise performance of