[project @ 1997-06-09 07:37:10 by sof]
authorsof <unknown>
Mon, 9 Jun 1997 07:37:10 +0000 (07:37 +0000)
committersof <unknown>
Mon, 9 Jun 1997 07:37:10 +0000 (07:37 +0000)
removed: HostPlatform_GNU; added: HostOS_Full

mk/config.mk.in

index 3b065c3..57910d4 100644 (file)
@@ -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@
 
 #