Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 64500 | Differences between
and this patch

Collapse All | Expand All

(-)xine-lib-1-rc3/configure.ac.org (-3 / +3 lines)
Lines 1505-1513 Link Here
1505
    ;;
1505
    ;;
1506
1506
1507
  sparc*-*-linux*)
1507
  sparc*-*-linux*)
1508
    case $host_alias in
1508
    case `uname -m` in
1509
    sparc-*)    cpu_cflags="-mcpu=supersparc -mtune=supersparc" ;;
1509
    sparc)    cpu_cflags="-mcpu=supersparc -mtune=supersparc" ;;
1510
    sparc64-*)
1510
    sparc64)
1511
      cpu_cflags="-mcpu=ultrasparc -mtune=ultrasparc"
1511
      cpu_cflags="-mcpu=ultrasparc -mtune=ultrasparc"
1512
      if test x$enable_vis = xyes; then
1512
      if test x$enable_vis = xyes; then
1513
        AC_DEFINE_UNQUOTED(ENABLE_VIS,,[Define this if you have Sun UltraSPARC CPU])
1513
        AC_DEFINE_UNQUOTED(ENABLE_VIS,,[Define this if you have Sun UltraSPARC CPU])

Return to bug 64500