From da3dbb2a428127f345c4881a757cce8f60df767f Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 18 Jul 2014 10:20:41 +0200 Subject: [PATCH] buildsystem: Explicitely compile with -mtune=generic --- tools/make-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make-functions b/tools/make-functions index ba6654700c..5a557a67b7 100644 --- a/tools/make-functions +++ b/tools/make-functions @@ -71,7 +71,7 @@ configure_target() { i586) BUILDTARGET="${target_arch}-pc-linux-gnu" CROSSTARGET="${BUILD_ARCH}-cross-linux-gnu" - CFLAGS_ARCH="-march=i586 -fomit-frame-pointer" + CFLAGS_ARCH="-march=i586 -mtune=generic -fomit-frame-pointer" ;; armv5tel) -- 2.39.5