There was an error while loading. Please reload this page.
2 parents 2a921cf + 76e12db commit 2621df7Copy full SHA for 2621df7
1 file changed
cmake/system.cmake
@@ -147,6 +147,9 @@ if (POWER)
147
set(HAVE_GAS 0)
148
elseif (CMAKE_ASM_COMPILER_ID STREQUAL "Clang")
149
set(CCOMMON_OPT "${CCOMMON_OPT} -fno-integrated-as")
150
+ if (${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD")
151
+ set(CCOMMON_OPT "${CCOMMON_OPT} -Wa,-mpwr10")
152
+ endif ()
153
154
endif ()
155
set(GETARCH_FLAGS "${GETARCH_FLAGS} -DHAVE_GAS=${HAVE_GAS}")
0 commit comments