summaryrefslogtreecommitdiff
path: root/cmake/Toolchain-aarch64.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/Toolchain-aarch64.cmake')
-rw-r--r--cmake/Toolchain-aarch64.cmake23
1 files changed, 13 insertions, 10 deletions
diff --git a/cmake/Toolchain-aarch64.cmake b/cmake/Toolchain-aarch64.cmake
index 1d3f14443..62436a38f 100644
--- a/cmake/Toolchain-aarch64.cmake
+++ b/cmake/Toolchain-aarch64.cmake
@@ -1,16 +1,19 @@
-#####################
-## Toolchain-aarch64.cmake
-## Top contributors (to current version):
-## Mathias Preiner
-## This file is part of the CVC4 project.
-## Copyright (c) 2009-2021 by the authors listed in the file AUTHORS
-## in the top-level source directory and their institutional affiliations.
-## All rights reserved. See the file COPYING in the top-level source
-## directory for licensing information.
-##
+###############################################################################
+# Top contributors (to current version):
+# Mathias Preiner
+#
+# This file is part of the cvc5 project.
+#
+# Copyright (c) 2009-2021 by the authors listed in the file AUTHORS
+# in the top-level source directory and their institutional affiliations.
+# All rights reserved. See the file COPYING in the top-level source
+# directory for licensing information.
+# #############################################################################
+#
# Toolchain file for building for ARM on Ubuntu host.
#
# Use: cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchain-aarch64.cmake
+##
SET(CMAKE_SYSTEM_NAME Linux)
SET(CMAKE_SYSTEM_PROCESSOR arm)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback