diff --git a/MultiSource/UnitTests/C++11/CMakeLists.txt b/MultiSource/UnitTests/C++11/CMakeLists.txt --- a/MultiSource/UnitTests/C++11/CMakeLists.txt +++ b/MultiSource/UnitTests/C++11/CMakeLists.txt @@ -1,5 +1,5 @@ list(APPEND CXXFLAGS -std=c++11) -if(NOT MIPS_IS_MIPS16_ENABLED) +if(NOT (MIPS_IS_MIPS16_ENABLED OR ARCH MATCHES "Sparc")) add_subdirectory(frame_layout) endif()