diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2016-05-07 10:53:48 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2016-05-07 10:53:48 +0200 |
commit | 7fe0f688566fe2bf637d0503056cf04a6d4a5c87 (patch) | |
tree | 50c270c5371df4c153ee7a674590feed3e5f74e9 /makepkg-x86_64.conf | |
parent | f85fc32d78414c25f82e0b13e3d99f15ab787b56 (diff) | |
download | devtools32-7fe0f688566fe2bf637d0503056cf04a6d4a5c87.tar.xz |
Set target vendor to pc for usge with gcc 6
Diffstat (limited to 'makepkg-x86_64.conf')
-rw-r--r-- | makepkg-x86_64.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |