From: sof Date: Mon, 9 Jun 1997 07:37:10 +0000 (+0000) Subject: [project @ 1997-06-09 07:37:10 by sof] X-Git-Tag: Approximately_1000_patches_recorded~315 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2d5214c090a26d17f46398b23b625adb6fc6cedb;p=ghc-hetmet.git [project @ 1997-06-09 07:37:10 by sof] removed: HostPlatform_GNU; added: HostOS_Full --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 3b065c3..57910d4 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -385,12 +385,12 @@ 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. +# HostOS_Full is the OS name reported by AC_CANONICAL_SYSTEM. # -HostPlatform_GNU = @HostPlatformFull@ HostPlatform_CPP = @HostPlatform_CPP@ HostArch_CPP = @HostArch_CPP@ HostOS_CPP = @HostOS_CPP@ +HostOS_Full = @HostOS_Full@ HostVendor_CPP = @HostVendor_CPP@ #