From 9653a6804729598a5a3d39bbf9846dfac4018e0b Mon Sep 17 00:00:00 2001 From: jperkin Date: Sun, 17 Apr 2016 08:13:09 +0000 Subject: 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. --- mk/bsd.prefs.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/bsd.prefs.mk') 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 -- cgit v1.2.3