diff options
author | redfish <redfish@galactica.pw> | 2016-08-28 01:37:34 -0400 |
---|---|---|
committer | redfish <redfish@galactica.pw> | 2016-08-28 01:37:34 -0400 |
commit | c54b9a1a05fca44703e5a3359c2725d26ff60bc4 (patch) | |
tree | faf6bd3282e0cb2efa7b4be6b76774c029f1e9d0 /tests | |
parent | Merge pull request #991 (diff) | |
download | monero-c54b9a1a05fca44703e5a3359c2725d26ff60bc4.tar.xz |
cmake: don't set ARCH from CMAKE_SYSTEM_PROCESSOR
It is not correct to do so, because ARCH should only take values
supported by the -march argument, with the exception of 'default'
which denotes not passing -march at all.
ARCH defines the target architecture for builds that are intended to be
portable to other machines.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions