Author: nbd
Date: 2015-10-31 10:30:03 +0100 (Sat, 31 Oct 2015)
New Revision: 47323

Modified:
   trunk/include/target.mk
Log:
target.mk: add optimization flags for MIPS 24Kc.

Signed-off-by: Yousong Zhou <[email protected]>

Modified: trunk/include/target.mk
===================================================================
--- trunk/include/target.mk     2015-10-31 09:29:57 UTC (rev 47322)
+++ trunk/include/target.mk     2015-10-31 09:30:03 UTC (rev 47323)
@@ -212,6 +212,7 @@
     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_24kec = -mips32r2 -mtune=24kec
     CPU_CFLAGS_34kc = -mips32r2 -mtune=34kc
     CPU_CFLAGS_74kc = -mips32r2 -mtune=74kc
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to