diff options
Diffstat (limited to 'a52dec-configure-optflags.patch')
-rw-r--r-- | a52dec-configure-optflags.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/a52dec-configure-optflags.patch b/a52dec-configure-optflags.patch new file mode 100644 index 0000000..a0b8463 --- /dev/null +++ b/a52dec-configure-optflags.patch @@ -0,0 +1,23 @@ +--- ./configure~ 2002-07-28 06:50:42.000000000 +0300 ++++ ./configure 2003-04-13 17:20:53.000000000 +0300 +@@ -2857,13 +2857,13 @@ + + case "$host" in + i?86-* | k?-*) +- case "$host" in +- i386-*) OPT_CFLAGS="$CFLAGS -mcpu=i386";; +- i486-*) OPT_CFLAGS="$CFLAGS -mcpu=i486";; +- i586-*) OPT_CFLAGS="$CFLAGS -mcpu=pentium";; +- i686-*) OPT_CFLAGS="$CFLAGS -mcpu=pentiumpro";; +- k6-*) OPT_CFLAGS="$CFLAGS -mcpu=k6";; +- esac ++# case "$host" in ++# i386-*) OPT_CFLAGS="$CFLAGS -mcpu=i386";; ++# i486-*) OPT_CFLAGS="$CFLAGS -mcpu=i486";; ++# i586-*) OPT_CFLAGS="$CFLAGS -mcpu=pentium";; ++# i686-*) OPT_CFLAGS="$CFLAGS -mcpu=pentiumpro";; ++# k6-*) OPT_CFLAGS="$CFLAGS -mcpu=k6";; ++# esac + echo "$as_me:$LINENO: checking if $CC supports $OPT_CFLAGS flags" >&5 + echo $ECHO_N "checking if $CC supports $OPT_CFLAGS flags... $ECHO_C" >&6 + SAVE_CFLAGS="$CFLAGS" |