summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2019-02-23 18:30:39 -0700
committerEvan Lojewski <github@meklort.com>2019-02-23 18:30:39 -0700
commit78a1f2328f4088ecce77e0be380636237df040e6 (patch)
treebcb06297a65fa06e200f280ea556c463b8800a4a /cmake
parent6ca8f334a740afadc4c04f3a3334300a25b7840d (diff)
downloadbcm5719-ortega-78a1f2328f4088ecce77e0be380636237df040e6.tar.gz
bcm5719-ortega-78a1f2328f4088ecce77e0be380636237df040e6.zip
Update the cpu target to mips2, removing movn/z support.
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