Try to fix cross-compile for Raspberry Pi with GCC version < 8.1

This commit is contained in:
Sébastien Gallou 2023-11-08 15:26:31 +01:00
parent 1e5b0c4917
commit 5ccad57d78

View File

@ -249,7 +249,7 @@ if (CMAKE_CXX_COMPILER_ID MATCHES GNU)
add_cxx_compiler_flags_no_test(CMAKE_CXX_FLAGS "-D_GLIBCXX_ASSERTIONS")
add_compiler_flags(4.6 "-fasynchronous-unwind-tables")
add_compiler_flags(4.6 "-fexceptions")
add_compiler_flags(4.6 "-fstack-clash-protection")
add_compiler_flags(8.1 "-fstack-clash-protection")
add_compiler_flags(4.6 "-fstack-protector-strong")
add_compiler_flags(4.6 "-grecord-gcc-switches")
# Issue 872: https://github.com/oatpp/oatpp/issues/872