From 3deedba42e1cd3ae26725498732999d46a7baf36 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 18 Jun 2014 10:07:49 +0000 Subject: include/target.mk: add CPU_CFLAGS_octeon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Fäcknitz SVN-Revision: 41250 --- include/target.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/target.mk b/include/target.mk index 09ba911..e36cdd6 100644 --- a/include/target.mk +++ b/include/target.mk @@ -215,6 +215,7 @@ ifeq ($(DUMP),1) CPU_CFLAGS_24kec = -mips32r2 -mtune=24kec CPU_CFLAGS_34kc = -mips32r2 -mtune=34kc CPU_CFLAGS_74kc = -mips32r2 -mtune=74kc + CPU_CFLAGS_octeon = -march=octeon -mabi=64 CPU_CFLAGS_dsp = -mdsp CPU_CFLAGS_dsp2 = -mdspr2 endif -- cgit v1.1