From: Konstantinos Margaritis Date: Wed, 17 Jan 2024 15:00:47 +0000 (+0200) Subject: set default x86 architecture to baseline X-Git-Tag: vectorscan/5.4.12^2~75^2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8fdd979f17421f3ec3bad96aaf4e2cc729ff8a9;p=thirdparty%2Fvectorscan.git set default x86 architecture to baseline --- diff --git a/cmake/archdetect.cmake b/cmake/archdetect.cmake index bd0d088c..b1bd9cc6 100644 --- a/cmake/archdetect.cmake +++ b/cmake/archdetect.cmake @@ -81,11 +81,11 @@ else() set(GNUCC_ARCH power8) set(TUNE_FLAG power8) else() - set(GNUCC_ARCH native) + set(GNUCC_ARCH x86-64-v2) set(TUNE_FLAG generic) endif() elseif (ARCH_IA32 OR ARCH_X86_64) - set(GNUCC_ARCH native) + set(GNUCC_ARCH x86-64-v2) set(TUNE_FLAG generic) elseif(ARCH_AARCH64) if (BUILD_SVE2_BITPERM)