aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorTheCharlatan <seb.kung@gmail.com>2018-03-20 03:56:11 +0100
committerTheCharlatan <seb.kung@gmail.com>2018-09-10 22:05:37 +0200
commit5f7da005a3897184e9395c054da2ad8bed3e56bb (patch)
tree36fafc7f37b3f0fab70cffeec87d1e3dc844dbdf /contrib
parentUpdate readmes to reflect the usage of depends (diff)
downloadmonero-5f7da005a3897184e9395c054da2ad8bed3e56bb.tar.xz
Unbound is now a submodule. Adapt depends for this.
Fix builds for native linux and windows The architecture flag was set incorrectly. It needs to be set only when compiling arm6.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/depends/toolchain.cmake.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/depends/toolchain.cmake.in b/contrib/depends/toolchain.cmake.in
index 06217363c..f76d7d1ea 100644
--- a/contrib/depends/toolchain.cmake.in
+++ b/contrib/depends/toolchain.cmake.in
@@ -65,8 +65,6 @@ else()
SET(CMAKE_CXX_COMPILER @CXX@)
endif()
-set(ARCH @arch@)
-
if(ARCH STREQUAL "arm")
set(ARCH "armv6zk")
set(ARMID "armv6zk")