summaryrefslogtreecommitdiffhomepage
path: root/sysinfo/host/x86_64-unknown-linux.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-09-21 19:57:13 -0400
committermidipix <writeonce@midipix.org>2016-11-10 23:35:21 -0500
commit11ab44807aa8e783e2bc263d8bd2c9e827b3768c (patch)
treecbc01c520b8e82ee5c5a0f4d5e5a19c9003f1bea /sysinfo/host/x86_64-unknown-linux.mk
parent3452278c66b5cf811fb6eb508827a01f45bc3173 (diff)
downloadperk-11ab44807aa8e783e2bc263d8bd2c9e827b3768c.tar.bz2
perk-11ab44807aa8e783e2bc263d8bd2c9e827b3768c.tar.xz
build system: assign variable values via '=' rather than '?='.
Diffstat (limited to 'sysinfo/host/x86_64-unknown-linux.mk')
-rw-r--r--sysinfo/host/x86_64-unknown-linux.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysinfo/host/x86_64-unknown-linux.mk b/sysinfo/host/x86_64-unknown-linux.mk
index 24974da..d00a62d 100644
--- a/sysinfo/host/x86_64-unknown-linux.mk
+++ b/sysinfo/host/x86_64-unknown-linux.mk
@@ -1,4 +1,4 @@
include $(PROJECT_DIR)/sysinfo/os/linux.mk
-HOST_BITS ?= 64
-HOST_UNDERSCORE ?= ''
+HOST_BITS = 64
+HOST_UNDERSCORE = ''