--- cl-original/tools/ccopts.sh	2024-12-04 11:43:35.066253882 +0100
+++ cl-patched/tools/ccopts.sh	2024-12-04 11:45:31.630261370 +0100
@@ -1125,7 +1125,7 @@
 		if [ $GENERICBUILD -gt 0 ] ; then
 			echo "  (Enabling lowest-common-denominator build options for cross-platform library)." >&2 ;
 		else
-			CCARGS="$CCARGS -march=x86-64-v3" ;
+			CCARGS="$CCARGS -m64" ;
 		fi
 	elif [ "$COMPILER_VER" -ge 45 ] ; then
 		if [ $GENERICBUILD -gt 0 ] ; then
