changeset 33682:bcb85e10eff7

configure: Remove check for compiler support of 10 assembler operands. This was done to accomodate legacy compilers that are no longer supported.
author diego
date Wed, 29 Jun 2011 10:12:12 +0000
parents 82cc91442a07
children 1ad3fde39a9a
files configure
diffstat 1 files changed, 0 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Wed Jun 29 10:07:25 2011 +0000
+++ b/configure	Wed Jun 29 10:12:12 2011 +0000
@@ -2692,7 +2692,6 @@
 
 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 @@
 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_pthreads
 $def_round
 $def_roundf
-$def_ten_operands
 $def_threads
 $def_truncf
 $def_xform_asm