Skip to content
Snippets Groups Projects
Commit 2d9e89b2 authored by Gabor Juhos's avatar Gabor Juhos
Browse files

fix ARCH_SUFFIX for mips64{,el}r2


Signed-off-by: default avatarGabor Juhos <juhosg@openwrt.org>

SVN-Revision: 35688
parent 4341b11f
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ ifneq ($(filter -march=armv%,$(TARGET_OPTIMIZATION)),)
ARCH_SUFFIX:=_$(patsubst -march=arm%,%,$(filter -march=armv%,$(TARGET_OPTIMIZATION)))
GCC_ARCH:=$(patsubst -march=%,%,$(filter -march=armv%,$(TARGET_OPTIMIZATION)))
endif
ifneq ($(findstring -mips32r2,$(TARGET_OPTIMIZATION)),)
ifneq ($(filter -mips%r2,$(TARGET_OPTIMIZATION)),)
ARCH_SUFFIX:=_r2
endif
ifdef CONFIG_HAS_SPE_FPU
......
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