summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJonas Gorski <jonas.gorski@gmail.com>2016-08-21 19:23:12 +0200
committerFelix Fietkau <nbd@nbd.name>2016-08-23 11:55:32 +0200
commita11843b62ebe75b552fa428556e3820657df3239 (patch)
tree1926b041cb0d08e0c55da63418c6a42a854b9c33 /include
parent46b88b56bf6ba5e175969f8ef3c27f7bccc85e6e (diff)
downloadmaster-31e0f0ae-a11843b62ebe75b552fa428556e3820657df3239.tar.gz
master-31e0f0ae-a11843b62ebe75b552fa428556e3820657df3239.tar.bz2
master-31e0f0ae-a11843b62ebe75b552fa428556e3820657df3239.zip
include: remove 34k distinction
Now that there are no users anymore, drop the 34kc CPU_FLAGS. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/target.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/target.mk b/include/target.mk
index 8b94959bc0..ed15d04984 100644
--- a/include/target.mk
+++ b/include/target.mk
@@ -167,7 +167,6 @@ ifeq ($(DUMP),1)
CPU_CFLAGS_mips32r2 = -mips32r2 -mtune=mips32r2
CPU_CFLAGS_mips64 = -mips64 -mtune=mips64 -mabi=64
CPU_CFLAGS_24kc = -mips32r2 -mtune=24kc
- CPU_CFLAGS_34kc = -mips32r2 -mtune=34kc
CPU_CFLAGS_74kc = -mips32r2 -mtune=74kc
CPU_CFLAGS_1004kc = -mips32r2 -mtune=1004kc
CPU_CFLAGS_octeon = -march=octeon -mabi=64