fix mips64el base-files compile
SVN-Revision: 16018
This commit is contained in:
parent
d17888808e
commit
17ae4a4df0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ ifneq ($(DUMP),1)
|
||||||
ifeq ($(ARCH),x86_64)
|
ifeq ($(ARCH),x86_64)
|
||||||
LIB_SUFFIX:=64
|
LIB_SUFFIX:=64
|
||||||
endif
|
endif
|
||||||
ifeq ($(ARCH),mips64)
|
ifneq ($(findstring mips64,$(ARCH)),)
|
||||||
LIB_SUFFIX:=64
|
LIB_SUFFIX:=64
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue