Revert part of the MACHINE_ARCH cleanup that resulted in the Linux/x86_64

triplet reporting as x86_64-pc-linux.  Go back to the previous triplet of
x86_64-unknown-linux which matches what config.guess outputs.
This commit is contained in:
jperkin 2016-04-17 08:13:09 +00:00
parent 9431527ded
commit 901f82f6b8

View file

@ -1,4 +1,4 @@
# $NetBSD: bsd.prefs.mk,v 1.385 2016/04/10 15:58:02 joerg Exp $ # $NetBSD: bsd.prefs.mk,v 1.386 2016/04/17 08:13:09 jperkin Exp $
# #
# This file includes the mk.conf file, which contains the user settings. # This file includes the mk.conf file, which contains the user settings.
# #
@ -217,7 +217,7 @@ LOWER_VENDOR?= redhat
LOWER_VENDOR?= slackware LOWER_VENDOR?= slackware
. elif exists(/etc/ssdlinux_version) . elif exists(/etc/ssdlinux_version)
LOWER_VENDOR?= ssd LOWER_VENDOR?= ssd
. elif ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" . elif ${MACHINE_ARCH} == "i386"
LOWER_VENDOR?= pc LOWER_VENDOR?= pc
. endif . endif
LOWER_VENDOR?= unknown LOWER_VENDOR?= unknown