summarylogtreecommitdiffstats
path: root/makepkg.conf
diff options
context:
space:
mode:
authorQue Quotion2016-03-22 07:15:12 +0900
committerQue Quotion2016-03-22 07:15:12 +0900
commit1ed9a24ddde518b9171393faff880c5f30a1f8bc (patch)
treef8014a1b3967b2d7a7c808a5b95b242f226854c4 /makepkg.conf
parent31b784945d3dcb8ff28a53ad1fc6faf16a4a2726 (diff)
downloadaur-1ed9a24ddde518b9171393faff880c5f30a1f8bc.tar.gz
Correcty assign system architechture and triple target for config.
Diffstat (limited to 'makepkg.conf')
-rw-r--r--makepkg.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/makepkg.conf b/makepkg.conf
index 301d92b2b6f8..11dd9da3cc99 100644
--- a/makepkg.conf
+++ b/makepkg.conf
@@ -33,8 +33,8 @@ VCSCLIENTS=('bzr::bzr'
# ARCHITECTURE, COMPILE FLAGS
#########################################################################
#
-CARCH="x86_64"
-CHOST="x86_64-unknown-linux-gnu"
+CARCH="@ARCH@"
+CHOST="@HOST@"
#-- Compiler and Linker Flags
# -march (or -mcpu) builds exclusively for an architecture