Skip to content
Snippets Groups Projects
Commit cdca3437 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

fix LINUX_KARCH for x86

SVN-Revision: 13986
parent c3f18bd1
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ ifneq (,$(findstring uml,$(BOARD))) ...@@ -53,7 +53,7 @@ ifneq (,$(findstring uml,$(BOARD)))
LINUX_KARCH:=um LINUX_KARCH:=um
else else
ifeq (,$(LINUX_KARCH)) ifeq (,$(LINUX_KARCH))
LINUX_KARCH:=$(shell echo $(ARCH) | sed -e 's/i[3-9]86/i386/' \ LINUX_KARCH:=$(shell echo $(ARCH) | sed -e 's/i[3-9]86/x86/' \
-e 's/mipsel/mips/' \ -e 's/mipsel/mips/' \
-e 's/mipseb/mips/' \ -e 's/mipseb/mips/' \
-e 's/sh[234]/sh/' \ -e 's/sh[234]/sh/' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment