source:
flair-src/branches/sanscv/cmake-modules/ArchDir.cmake@
418
Last change on this file since 418 was 324, checked in by , 5 years ago | |
---|---|
File size: 267 bytes |
Line | |
---|---|
1 | if("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "i686") |
2 | message(FATAL_ERROR "i686 is not supported") |
3 | endif() |
4 | |
5 | if(DEFINED CMAKE_SYSTEM_PROCESSOR_DEFAULTTUNE) |
6 | SET(ARCH_DIR ${CMAKE_SYSTEM_PROCESSOR_DEFAULTTUNE}) |
7 | else() |
8 | SET(ARCH_DIR ${CMAKE_SYSTEM_PROCESSOR}) |
9 | endif() |
Note:
See TracBrowser
for help on using the repository browser.