From d91143bbd32de6eecd6a43d4bed7f2fa4da1e077 Mon Sep 17 00:00:00 2001 From: Arnaud Patard Date: Fri, 18 Mar 2011 21:33:51 +0000 Subject: - import stage1/drakxtools arm support --- Makefile.config | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.config') 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)) -- cgit v1.2.1