summaryrefslogtreecommitdiffstats
path: root/Makefile.config
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.config b/Makefile.config
index b661fff10..ae1d66555 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -9,6 +9,7 @@ DISTRIB_DESCR = "$(_DISTRIB_NAME) release $(DISTRIB_VERSION)"
# not config, but useful everywhere :)
ARCH := $(patsubst i%86,i386,$(shell uname -m))
ARCH := $(patsubst sparc%,sparc,$(ARCH))
+ARCH := $(patsubst arm%,arm,$(ARCH))
PKG_ARCH := $(patsubst i386,i586,$(ARCH))