summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-04-17 08:13:09 +0000
committerjperkin <jperkin@pkgsrc.org>2016-04-17 08:13:09 +0000
commit9653a6804729598a5a3d39bbf9846dfac4018e0b (patch)
tree3becb5d055925e8af88e29b815f9bce040e80ede /mk/bsd.prefs.mk
parent6e68acfb56de080123d51c3b2102c4e97eb393cd (diff)
downloadpkgsrc-9653a6804729598a5a3d39bbf9846dfac4018e0b.tar.gz
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.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r--mk/bsd.prefs.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index cbfad329377..bc9a0c1f0fd 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -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.
#
@@ -217,7 +217,7 @@ LOWER_VENDOR?= redhat
LOWER_VENDOR?= slackware
. elif exists(/etc/ssdlinux_version)
LOWER_VENDOR?= ssd
-. elif ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
+. elif ${MACHINE_ARCH} == "i386"
LOWER_VENDOR?= pc
. endif
LOWER_VENDOR?= unknown