https://bugzilla.redhat.com/show_bug.cgi?id=1060804 --- Comment #5 from Michael Schwendt <bugs.michael@xxxxxxx> --- > - Use %{__isa_bits} macro to expand to either 32 or 64 according to the > architecture of the package > > %ifarch x86_64 > --enable-optimizations=sse2 > %else > --enable-optimizations=none > %endif > > becomes > > if [ %{__isa_bits} = "64" ]; then > --enable-optimizations=sse2 > fi For x86_64 SSE2 is enabled by default for GCC. The assumption that any other 64-bit arch also supports SSE2 doesn't sound correct. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review