[MPlayer-cvslog] r33770 - trunk/configure
diego
subversion at mplayerhq.hu
Wed Jun 29 12:12:12 CEST 2011
Author: diego
Date: Wed Jun 29 12:12:12 2011
New Revision: 33770
Log:
configure: Remove check for compiler support of 10 assembler operands.
This was done to accomodate legacy compilers that are no longer supported.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Wed Jun 29 12:07:25 2011 (r33769)
+++ trunk/configure Wed Jun 29 12:12:12 2011 (r33770)
@@ -2692,7 +2692,6 @@ echores $pic
def_bswap='#define HAVE_BSWAP 0'
def_ebx_available='#define HAVE_EBX_AVAILABLE 0'
-def_ten_operands='#define HAVE_TEN_OPERANDS 0'
def_xmm_clobbers='#define HAVE_XMM_CLOBBERS 0'
if x86 ; then
@@ -2710,21 +2709,6 @@ fi
echores $_asmalign_pot
-echocheck "10 assembler operands"
-ten_operands=no
-cat > $TMPC << EOF
-int main(void) {
- int x=0;
- __asm__ volatile(
- ""
- :"+&rm"(x), "+&rm"(x), "+&rm"(x), "+&rm"(x), "+&rm"(x), "+&rm"(x)
- );
- return 0;
-}
-EOF
-cc_check && ten_operands=yes && def_ten_operands='#define HAVE_TEN_OPERANDS 1'
-echores $ten_operands
-
echocheck "ebx availability"
ebx_available=no
cat > $TMPC << EOF
@@ -8651,7 +8635,6 @@ $def_posix_memalign
$def_pthreads
$def_round
$def_roundf
-$def_ten_operands
$def_threads
$def_truncf
$def_xform_asm
More information about the MPlayer-cvslog
mailing list