summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-03-04 06:08:59 +0000
committerimp <imp@FreeBSD.org>2008-03-04 06:08:59 +0000
commitfd2e9a530531a7d938143791c5f0bfc1df878fad (patch)
tree3f3f03a528b977047a36fc3ce44743deb9983d38 /usr.bin
parentf532107bdc43cfbed18cf95bff1a02b8c581826e (diff)
downloadFreeBSD-src-fd2e9a530531a7d938143791c5f0bfc1df878fad.zip
FreeBSD-src-fd2e9a530531a7d938143791c5f0bfc1df878fad.tar.gz
Note 7.0 was the first version that FreeBSD/pc98 had a MACHINE of pc98
instead of i386.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/make/main.c15
1 files changed, 7 insertions, 8 deletions
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c
index b683f85..9fde441 100644
--- a/usr.bin/make/main.c
+++ b/usr.bin/make/main.c
@@ -932,14 +932,13 @@ main(int argc, char **argv)
#endif
/*
- * FreeBSD/pc98 kernel used to set the utsname.machine to
- * "i386", and MACHINE was defined as "i386", so it could
- * not be distinguished from FreeBSD/i386. Therefore, we
- * had to check machine.ispc98 and adjust the MACHINE
- * variable.
- * NOTE: The code is still here to be able to compile new
- * make binary on old FreeBSD/pc98 systems, and have the
- * MACHINE variable set properly.
+ * Prior to 7.0, FreeBSD/pc98 kernel used to set the
+ * utsname.machine to "i386", and MACHINE was defined as
+ * "i386", so it could not be distinguished from FreeBSD/i386.
+ * Therefore, we had to check machine.ispc98 and adjust the
+ * MACHINE variable. NOTE: The code is still here to be able
+ * to compile new make binary on old FreeBSD/pc98 systems, and
+ * have the MACHINE variable set properly.
*/
if ((machine = getenv("MACHINE")) == NULL) {
int ispc98;
OpenPOWER on IntegriCloud