feat add mxgot for misp
This commit is contained in:
parent
80e184af07
commit
3fe1b1bf4c
@ -18,8 +18,8 @@ if(NOT CMAKE_FIND_ROOT_PATH_MODE_PACKAGE)
|
||||
set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY)
|
||||
endif()
|
||||
|
||||
set(CMAKE_C_FLAGS "-march=mips64 -mno-xgot")
|
||||
set(CMAKE_CXX_FLAGS "-march=mips64 -mno-xgot")
|
||||
set(CMAKE_C_FLAGS "-march=mips64 -mxgot")
|
||||
set(CMAKE_CXX_FLAGS "-march=mips64 -mxgot")
|
||||
|
||||
# cache flags
|
||||
set(CMAKE_C_FLAGS
|
||||
|
Loading…
Reference in New Issue
Block a user