From 35a45c7c79d1c64bf3fb57865e6bd52dca93a31a Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 16 Jun 2008 22:59:49 +0000 Subject: [PATCH] utils/Digraph doesn't need -fglasgow-exts passed specially --- compiler/Makefile | 2 -- 1 file changed, 2 deletions(-) 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 -- 1.7.10.4