]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Pull request #4094: build: arm compilation support
authorNIKHIL PRIYANSHU -X (npriyans - XORIANT CORPORATION at Cisco) <npriyans@cisco.com>
Fri, 15 Dec 2023 04:25:42 +0000 (04:25 +0000)
committerShanmugam S (shanms) <shanms@cisco.com>
Fri, 15 Dec 2023 04:25:42 +0000 (04:25 +0000)
Merge in SNORT/snort3 from ~NPRIYANS/snort3:arm_support to master

Squashed commit of the following:

commit ecb27a186eb8b20fb594add7efad94404ee1f86e
Author: Shashi Lad <shaslad@cisco.com>
Date:   Tue Jul 25 23:40:07 2023 -0400

    build: arm compilation support

configure_cmake.sh

index dfeb47221e3a0727b81292899affcec02ae379d0..1e28e1907154c7df1260f1805a3f4b598ec726ad 100755 (executable)
@@ -460,6 +460,9 @@ while [ $# -ne 0 ]; do
         --with-uuid-libraries=*)
             append_cache_entry UUID_LIBRARIES_DIR_HINT PATH $optarg
             ;;
+        --with-toolchain=*)
+            append_cache_entry CMAKE_TOOLCHAIN_FILE PATH $optarg
+            ;;
         SIGNAL_SNORT_RELOAD=*)
             append_cache_entry SIGNAL_SNORT_RELOAD STRING $optarg
             ;;