Dave Plater
6863ea1e6f
Fixed i586 build OBS-URL: https://build.opensuse.org/request/show/348952 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/buzztrax?expand=0&rev=7
14 lines
427 B
Diff
14 lines
427 B
Diff
Index: configure
|
|
===================================================================
|
|
--- configure.orig
|
|
+++ configure
|
|
@@ -21763,7 +21763,7 @@ fi
|
|
ARCH_CFLAGS=""
|
|
ARCH_CPPFLAGS=""
|
|
case "x${target_cpu}" in
|
|
- xi?86|k?|xx86_64|xamd64)
|
|
+ k?|xx86_64|xamd64)
|
|
# seems to cause "CPU you selected does not support x86-64 instruction set" on some targets
|
|
#ARCH_CFLAGS="-march=native"
|
|
ARCH_CPPFLAGS="-D__SSE__ -D__MMX__"
|