summaryrefslogtreecommitdiff
path: root/src/parser
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2021-03-02 00:26:29 -0800
committerGitHub <noreply@github.com>2021-03-02 08:26:29 +0000
commit0d5ab1705324e91d9788185cd16e1d4e6bf54fbe (patch)
tree3480e9df08b5a6d250a1e19d96fc7142702eb018 /src/parser
parent968ba63bab1709096f09efcdf84651c8c1481110 (diff)
Add aarch64 (ARM64) cross-compile support. (#6033)
This commit adds support for cross-compiling for aarch64 platforms and simplifies cross-compilation handling for Windows. The configure script now automatically downloads and cross-compiles the required dependencies ANTLR3 and GMP when passing option --arm64 or --win64. Fixes #1479 #5769.
Diffstat (limited to 'src/parser')
-rw-r--r--src/parser/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser/CMakeLists.txt b/src/parser/CMakeLists.txt
index 2fe92fb45..3fccac37b 100644
--- a/src/parser/CMakeLists.txt
+++ b/src/parser/CMakeLists.txt
@@ -8,7 +8,6 @@
## All rights reserved. See the file COPYING in the top-level source
## directory for licensing information.
##
-set(ANTLR_HOME ${ANTLR_DIR})
find_package(ANTLR REQUIRED)
if(NOT HAVE_ANTLR3_FILE_STREAM_NEW)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback