Mercurial > mplayer.hg
changeset 30882:a5c190c3ce4d
Rename SGI_MIPS architecture to plain MIPS.
author | diego |
---|---|
date | Wed, 17 Mar 2010 14:09:09 +0000 |
parents | 256ba4151d33 |
children | e5a2be988dfa |
files | configure cpudetect.c |
diffstat | 2 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Wed Mar 17 13:55:59 2010 +0000 +++ b/configure Wed Mar 17 14:09:09 2010 +0000 @@ -1765,7 +1765,7 @@ def_fast_unaligned='#define HAVE_FAST_UNALIGNED 0' def_local_aligned_8='#define HAVE_LOCAL_ALIGNED_8 0' def_local_aligned_16='#define HAVE_LOCAL_ALIGNED_16 0' -arch_all='X86 IA64 SPARC ARM AVR32 SH4 PPC ALPHA MIPS SGI_MIPS PA_RISC S390 S390X VAX BFIN XTENSA TOMI GENERIC' +arch_all='X86 IA64 SPARC ARM AVR32 SH4 PPC ALPHA MIPS PA_RISC S390 S390X VAX BFIN XTENSA TOMI GENERIC' subarch_all='X86_32 X86_64 PPC64' case "$host_arch" in i[3-9]86|x86|x86pc|k5|k6|k6-2|k6-3|pentium*|athlon*|i586-i686) @@ -2323,9 +2323,9 @@ ;; mips) - arch='sgi_mips' - target_arch='ARCH_SGI_MIPS = yes' - iproc='sgi-mips' + arch='mips' + target_arch='ARCH_MIPS = yes' + iproc='mips' if irix ; then echocheck "CPU type"
--- a/cpudetect.c Wed Mar 17 13:55:59 2010 +0000 +++ b/cpudetect.c Wed Mar 17 14:09:09 2010 +0000 @@ -535,8 +535,8 @@ if (ARCH_ALPHA) mp_msg(MSGT_CPUDETECT,MSGL_V,"CPU: Digital Alpha\n"); -if (ARCH_SGI_MIPS) - mp_msg(MSGT_CPUDETECT,MSGL_V,"CPU: SGI MIPS\n"); +if (ARCH_MIPS) + mp_msg(MSGT_CPUDETECT,MSGL_V,"CPU: MIPS\n"); if (ARCH_PA_RISC) mp_msg(MSGT_CPUDETECT,MSGL_V,"CPU: Hewlett-Packard PA-RISC\n");