Bug#921274: teeworlds: baseline violation on i386
Adrian Bunk
bunk at debian.org
Sun Feb 3 20:35:22 GMT 2019
Source: teeworlds
Version: 0.7.2-2
Severity: serious
Tags: patch
SSE is not part of the i386 baseline, fix attached.
-------------- next part --------------
Description: SSE is not part of the i386 baseline
-msse2 is not required for _mm_pause().
Author: Adrian Bunk <bunk at debian.org>
--- teeworlds-0.7.2.orig/bam.lua
+++ teeworlds-0.7.2/bam.lua
@@ -196,7 +196,6 @@ end
function GenerateLinuxSettings(settings, conf, arch, compiler)
if arch == "x86" then
- settings.cc.flags:Add("-msse2") -- for the _mm_pause call
settings.cc.flags:Add("-m32")
settings.link.flags:Add("-m32")
elseif arch == "x86_64" then
More information about the Pkg-games-devel
mailing list