]> git.pld-linux.org Git - packages/a52dec.git/blob - a52dec-opt.patch
- massive attack s/pld.org.pl/pld-linux.org/
[packages/a52dec.git] / a52dec-opt.patch
1 --- a52dec-0.7.4/configure.in.orig      Sun Jul 28 03:50:20 2002
2 +++ a52dec-0.7.4/configure.in   Tue May  6 08:13:48 2003
3 @@ -19,31 +19,8 @@
4      dnl GCC-specific flags - try to optimize them sometime
5      dnl -Wall -Werror moved to the end to not disturb the configure script
6  
7 -    dnl -O3
8 -    changequote(<<,>>)
9 -    OPT_CFLAGS=`echo "$CFLAGS"|sed "s/-O[0-9]*//g"`
10 -    changequote([,])
11 -    OPT_CFLAGS="$OPT_CFLAGS -O3"
12 -    AC_TRY_CFLAGS([$OPT_CFLAGS],[CFLAGS=$OPT_CFLAGS])
13 -
14 -    dnl -fomit-frame-pointer
15 -    OPT_CFLAGS="$CFLAGS -fomit-frame-pointer"
16 -    AC_TRY_CFLAGS([$OPT_CFLAGS],[CFLAGS=$OPT_CFLAGS])
17 -
18      dnl arch-specific flags
19      case "$host" in
20 -    i?86-* | k?-*)
21 -       case "$host" in
22 -       i386-*) OPT_CFLAGS="$CFLAGS -mcpu=i386";;
23 -       i486-*) OPT_CFLAGS="$CFLAGS -mcpu=i486";;
24 -       i586-*) OPT_CFLAGS="$CFLAGS -mcpu=pentium";;
25 -       i686-*) OPT_CFLAGS="$CFLAGS -mcpu=pentiumpro";;
26 -       k6-*)   OPT_CFLAGS="$CFLAGS -mcpu=k6";;
27 -       esac
28 -       AC_TRY_CFLAGS([$OPT_CFLAGS],[CFLAGS=$OPT_CFLAGS]);;
29 -    sparc-* | sparc64-*)
30 -       OPT_CFLAGS="$CFLAGS -mtune=ultrasparc"
31 -       AC_TRY_CFLAGS([$OPT_CFLAGS],[CFLAGS=$OPT_CFLAGS]);;
32      mips-sgi-irix6.*)  dnl do we need to be that specific ?
33         OPT_CFLAGS="$CFLAGS -mabi=64"
34         AC_TRY_CFLAGS([$OPT_CFLAGS],[CFLAGS=$OPT_CFLAGS]);;
This page took 0.029346 seconds and 3 git commands to generate.