From: Jan Palus Date: Sat, 23 Jan 2021 12:07:41 +0000 (+0100) Subject: add x32 to arch mix X-Git-Tag: auto/th/SDL2-2.0.16-1~1 X-Git-Url: https://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=f70b234216b3a43a557b4961da1b7d42c74a31f3;p=packages%2FSDL2.git add x32 to arch mix --- diff --git a/SDL2.spec b/SDL2.spec index 7de39c8..9c74933 100644 --- a/SDL2.spec +++ b/SDL2.spec @@ -47,13 +47,13 @@ %ifarch k6 athlon %define with_3dnow 1 %endif -%ifarch %{x8664} pentium2 pentium3 pentium4 athlon +%ifarch %{x8664} x32 pentium2 pentium3 pentium4 athlon %define with_mmx 1 %endif -%ifarch %{x8664} pentium3 pentium4 +%ifarch %{x8664} x32 pentium3 pentium4 %define with_sse 1 %endif -%ifarch %{x8664} pentium4 +%ifarch %{x8664} x32 pentium4 %define with_sse2 1 %endif Summary: SDL (Simple DirectMedia Layer) - Game/Multimedia Library