projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
uclibc: fix the new libpthread implementation on arm
[openwrt.git]
/
include
/
kernel.mk
diff --git
a/include/kernel.mk
b/include/kernel.mk
index
a9a350b
..
2856777
100644
(file)
--- a/
include/kernel.mk
+++ b/
include/kernel.mk
@@
-53,7
+53,7
@@
ifneq (,$(findstring uml,$(BOARD)))
LINUX_KARCH:=um
else
ifeq (,$(LINUX_KARCH))
- LINUX_KARCH:=$(shell echo $(ARCH) | sed -e 's/i[3-9]86/
i3
86/' \
+ LINUX_KARCH:=$(shell echo $(ARCH) | sed -e 's/i[3-9]86/
x
86/' \
-e 's/mipsel/mips/' \
-e 's/mipseb/mips/' \
-e 's/sh[234]/sh/' \
This page took
0.036582 seconds
and
4
git commands to generate.