From 2d5214c090a26d17f46398b23b625adb6fc6cedb Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Mon, 9 Jun 1997 07:37:10 +0000
Subject: [PATCH] [project @ 1997-06-09 07:37:10 by sof] removed:
 HostPlatform_GNU; added: HostOS_Full

---
 mk/config.mk.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mk/config.mk.in b/mk/config.mk.in
index 3b065c38123d..57910d4a245c 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@
 
 #
-- 
GitLab