summarylogtreecommitdiffstats
path: root/makepkg.conf
diff options
context:
space:
mode:
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