Detect if gcc is able to compile x86 asm and if it supports passing more
commitd7d3003e06ee0a313dbf9fbf2e7c7e0d70d22ff1
authordan <dan>
Sun, 31 Oct 2004 05:33:39 +0000 (31 05:33 +0000)
committerdan <dan>
Sun, 31 Oct 2004 05:33:39 +0000 (31 05:33 +0000)
tree514d9a86289b108317703b57e4b91a23879eca49
parentd292143af181eb84fde0295e9393d70bd0a6d7ae
Detect if gcc is able to compile x86 asm and if it supports passing more
than 10 parameters in inline asm, else disable asm code.
This should enable it to work on any x86 platform (not just linux as before)
given that a recent enough gcc is available (no more need to guess by looking
at $host)

This should also fix the issues of compiling wrlib with gcc-2.95
configure.ac