summaryrefslogtreecommitdiffstats
path: root/patches/mad-0.14.2b/generic/configure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/mad-0.14.2b/generic/configure.patch')
-rw-r--r--patches/mad-0.14.2b/generic/configure.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/patches/mad-0.14.2b/generic/configure.patch b/patches/mad-0.14.2b/generic/configure.patch
new file mode 100644
index 000000000..d312600d6
--- /dev/null
+++ b/patches/mad-0.14.2b/generic/configure.patch
@@ -0,0 +1,16 @@
+--- configure.orig 2006-12-21 18:53:25.000000000 +0100
++++ configure 2006-12-21 18:53:50.000000000 +0100
+@@ -1857,10 +1857,9 @@
+ if test -z "$arch"
+ then
+ case "$host" in
+- i386-*) ;;
+- i?86-*) arch="-m486" ;;
+- arm*-empeg-*) arch="-march=armv4 -mtune=strongarm1100" ;;
+- armv4*-*) arch="-march=armv4 -mtune=strongarm" ;;
++ i?86-*) ;;
++ arm*-empeg-*) ;;
++ armv4*-*) ;;
+ powerpc-*) ;;
+ mips*-agenda-*) arch="-mcpu=vr4100" ;;
+ mips*-luxsonor-*) arch="-mips1 -mcpu=r3000 -Wa,-m4010" ;;