From d77f142f8f1e68b65cb2e08a0bd6da383c16108f Mon Sep 17 00:00:00 2001 From: lecramyajiv Date: Sat, 20 Jan 2024 21:54:41 +0530 Subject: office/semantik: Update semantik.SlackBuild change mtune flag to generic Signed-off-by: Willy Sudiarto Raharjo --- office/semantik/semantik.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/office/semantik/semantik.SlackBuild b/office/semantik/semantik.SlackBuild index a101b21ce4..46409d1bda 100644 --- a/office/semantik/semantik.SlackBuild +++ b/office/semantik/semantik.SlackBuild @@ -58,7 +58,7 @@ elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-march=i686 -mtune=i686 -pipe -O2 -fPIC" LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-march=x86-64 -mtune=native -pipe -O2 -fPIC" + SLKCFLAGS="-march=x86-64 -mtune=generic -pipe -O2 -fPIC" LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" -- cgit v1.2.3