Mercurial > mplayer.hg
comparison configure @ 6323:8b543b2e65f0
small g3 optflags upd
author | atmos4 |
---|---|
date | Fri, 07 Jun 2002 02:44:16 +0000 |
parents | d14ae909f855 |
children | 5becd843ff47 |
comparison
equal
deleted
inserted
replaced
6322:91d14f75fcef | 6323:8b543b2e65f0 |
---|---|
720 proc='' | 720 proc='' |
721 _march='' | 721 _march='' |
722 _mcpu='' | 722 _mcpu='' |
723 cpu750=`$_cpuinfo | grep "cpu.*750"` | 723 cpu750=`$_cpuinfo | grep "cpu.*750"` |
724 if test -n "$cpu750"; then | 724 if test -n "$cpu750"; then |
725 _march='' | 725 _march='-mcpu=750' |
726 _mcpu='-mcpu=750' | 726 _mcpu='-mtune=750' |
727 fi | 727 fi |
728 ;; | 728 ;; |
729 | 729 |
730 alpha) | 730 alpha) |
731 _def_arch='#define ARCH_ALPHA 1' | 731 _def_arch='#define ARCH_ALPHA 1' |