aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2013-10-30 15:38:01 +0100
committerGravatar Christian Hesse <mail@eworm.de>2013-10-30 15:38:01 +0100
commiteb49f6926581f9f9d7e6d9853ad41533fd779c07 (patch)
tree9a1ce45b04477a2c19e366c3cea9b14ff6129da4 /config.def.h
parentf38d0c991bcae3a894f3fc0b562f954e8e4ca2b6 (diff)
downloadpacredir-eb49f6926581f9f9d7e6d9853ad41533fd779c07.tar.gz
pacredir-eb49f6926581f9f9d7e6d9853ad41533fd779c07.tar.zst
use a little helper to determine architecture
Architecture reported by `uname -a` and used by pacman are not neccessarily the same, so use a little helper.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 6df05cb..72bf6a8 100644
--- a/config.def.h
+++ b/config.def.h
@@ -19,7 +19,7 @@
# if defined __VFP_FP__
# define ARCH "armv6h"
# else
-# define ARCH "armv6l"
+# define ARCH "arm"
# endif
#else
# error Unknown architecture!