projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6193e3c
)
build: remove obsolete mips32r2 CPU_TYPE
author
Felix Fietkau
<nbd@nbd.name>
Tue, 24 Jan 2017 11:30:26 +0000
(12:30 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Tue, 24 Jan 2017 12:35:09 +0000
(13:35 +0100)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
include/target.mk
patch
|
blob
|
history
diff --git
a/include/target.mk
b/include/target.mk
index bca4af4b1b999e80f1445d35c8f360221902f911..2e0bf4957d0d34d55a1761d5a87edd714f41fe70 100644
(file)
--- a/
include/target.mk
+++ b/
include/target.mk
@@
-164,7
+164,6
@@
ifeq ($(DUMP),1)
endif
CPU_CFLAGS += -mno-branch-likely
CPU_CFLAGS_mips32 = -mips32 -mtune=mips32
- CPU_CFLAGS_mips32r2 = -mips32r2 -mtune=mips32r2
CPU_CFLAGS_mips64 = -mips64 -mtune=mips64 -mabi=64
CPU_CFLAGS_24kc = -mips32r2 -mtune=24kc
CPU_CFLAGS_74kc = -mips32r2 -mtune=74kc