projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix mips64el base-files compile
[openwrt.git]
/
package
/
base-files
/
Makefile
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index
bbc1011
..
6a697f1
100644
(file)
--- a/
package/base-files/Makefile
+++ b/
package/base-files/Makefile
@@
-24,7
+24,7
@@
ifneq ($(DUMP),1)
ifeq ($(ARCH),x86_64)
LIB_SUFFIX:=64
endif
- if
eq ($(ARCH),mips64
)
+ if
neq ($(findstring mips64,$(ARCH)),
)
LIB_SUFFIX:=64
endif
else
This page took
0.020299 seconds
and
4
git commands to generate.