projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d178888
)
fix mips64el base-files compile
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 23 May 2009 21:16:04 +0000
(21:16 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 23 May 2009 21:16:04 +0000
(21:16 +0000)
SVN-Revision: 16018
package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index bbc101107ffdd134bb5b0007f4a02db47281e893..6a697f153c27d733358abb3ae70f180f4a2eac8b 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