1
mirror of https://github.com/mpv-player/mpv synced 2025-01-16 22:37:28 +01:00

AIX updates by Derek E. Lewis, dlewis__at__solnetworks.....net

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18020 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-04-02 08:26:13 +00:00
parent a94b2c2e4f
commit 8f4cca7dd5

4
configure vendored
View File

@ -774,7 +774,7 @@ elif darwin && not x86 ; then
_cpuinfo="hostinfo"
elif aix; then
# use 'lsattr' on AIX
_cpuinfo="lsattr -E -l proc0"
_cpuinfo="lsattr -E -l proc0 -a type"
elif x86; then
# all other OSes try to extract CPU information from a small helper
# program TOOLS/cpuinfo instead
@ -1197,7 +1197,7 @@ EOF
esac
;;
AIX)
proc=`$_cpuinfo | grep 'type' | cut -f 7 -d ' ' | sed 's/PowerPC_//'`
proc=`$_cpuinfo | grep 'type' | cut -f 2 -d ' ' | sed 's/PowerPC_//'`
;;
esac
if test "$_altivec" = yes; then