From: sof Date: Thu, 5 Jun 1997 23:14:24 +0000 (+0000) Subject: [project @ 1997-06-05 23:14:24 by sof] X-Git-Tag: Approximately_1000_patches_recorded~343 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=71cf5ac8dd7392e90aeadf470f0ae89e49ff1c56;p=ghc-hetmet.git [project @ 1997-06-05 23:14:24 by sof] updated for 2.04; new variable: HostPlatform_GNU --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 5f5767e..3b065c3 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -87,9 +87,9 @@ IncludeTestDirsInBuild=NO # GhcProjectName =The Glorious Glasgow Haskell Compilation System GhcProjectNameShort =ghc -GhcProjectVersion =2.03 +GhcProjectVersion =2.04 GhcProjectPatchLevel =0 -GhcBuildeeVersion =203 +GhcBuildeeVersion =204 GhcBuilderVersion =29 # @@ -383,6 +383,11 @@ HOSTPLATFORM = @HostPlatform@ TARGETPLATFORM = @TargetPlatform@ BUILDPLATFORM = @HostPlatform@ +# Hack alert: +# in one or two places, we need to get at the OS version (major and perhaps even minor), +# HOSTPLATFORM_GNU is the cpu-manufacturer-os name reported by AC_CANONICAL_SYSTEM. +# +HostPlatform_GNU = @HostPlatformFull@ HostPlatform_CPP = @HostPlatform_CPP@ HostArch_CPP = @HostArch_CPP@ HostOS_CPP = @HostOS_CPP@