diff options
author | Evan Lojewski <github@meklort.com> | 2019-02-23 18:30:39 -0700 |
---|---|---|
committer | Evan Lojewski <github@meklort.com> | 2019-02-23 18:30:39 -0700 |
commit | 78a1f2328f4088ecce77e0be380636237df040e6 (patch) | |
tree | bcb06297a65fa06e200f280ea556c463b8800a4a /cmake | |
parent | 6ca8f334a740afadc4c04f3a3334300a25b7840d (diff) | |
download | bcm5719-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.cmake | 2 |
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) |