From 7fe0f688566fe2bf637d0503056cf04a6d4a5c87 Mon Sep 17 00:00:00 2001
From: Pierre Schmitz <pierre@archlinux.de>
Date: Sat, 7 May 2016 10:53:48 +0200
Subject: [PATCH] Set target vendor to pc for usge with gcc 6

---
 makepkg-x86_64.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makepkg-x86_64.conf b/makepkg-x86_64.conf
index bf83f35..058da9b 100644
--- a/makepkg-x86_64.conf
+++ b/makepkg-x86_64.conf
@@ -31,7 +31,7 @@ VCSCLIENTS=('bzr::bzr'
 #########################################################################
 #
 CARCH="x86_64"
-CHOST="x86_64-unknown-linux-gnu"
+CHOST="x86_64-pc-linux-gnu"
 
 #-- Compiler and Linker Flags
 # -march (or -mcpu) builds exclusively for an architecture
-- 
GitLab