Set target vendor to pc for usge with gcc 6

This commit is contained in:
Pierre Schmitz 2016-05-07 10:53:48 +02:00
parent f85fc32d78
commit 7fe0f68856
1 changed files with 1 additions and 1 deletions

View File

@ -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