From: ken Date: Sat, 22 Sep 2001 12:22:37 +0000 (+0000) Subject: [project @ 2001-09-22 12:22:37 by ken] X-Git-Tag: Approximately_9120_patches~935 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2f07b57fa70c7035238b444b05dede847dc77362;p=ghc-hetmet.git [project @ 2001-09-22 12:22:37 by ken] Well, GHCi doesn't work on the Alpha now, so don't even bother building it. MERGE TO STABLE --- diff --git a/mk/config.mk.in b/mk/config.mk.in index a4f4e2a..ea7b3a3 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -206,7 +206,7 @@ HaveLibDL = @HaveLibDL@ # Include GHCi in the compiler. Default to NO for the time being. -ifneq "$(findstring $(HostOS_CPP), mingw32 linux solaris2 freebsd netbsd openbsd osf3)" "" +ifneq "$(findstring $(HostOS_CPP), mingw32 linux solaris2 freebsd netbsd openbsd)" "" GhcWithInterpreter=YES ifeq "$(HaveLibDL)" "YES" SRC_HC_OPTS += -ldl