summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/mips.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/mips.cmake b/cmake/mips.cmake
index 891b0d1..722e628 100644
--- a/cmake/mips.cmake
+++ b/cmake/mips.cmake
@@ -42,7 +42,7 @@
### @endcond
################################################################################
-SET(MIPS_COMPILE_OPTIONS -nostdlib -nodefaultlibs -fomit-frame-pointer -target mips )
+SET(MIPS_COMPILE_OPTIONS -nostdlib -nodefaultlibs -fomit-frame-pointer -target mips -mcpu=mips2 )
SET(MIPS_LINK_OPTIONS --gc-sections)
# SET(CMAKE_EXE_LINKER_FLAGS -static)
OpenPOWER on IntegriCloud