configure: clean up check_inline_asm and check_as functions
authorMans Rullgard <mans@mansr.com>
Sat, 1 Dec 2012 13:19:05 +0000 (13:19 +0000)
committerMans Rullgard <mans@mansr.com>
Fri, 7 Dec 2012 16:54:03 +0000 (16:54 +0000)
commit7fd90119bbf19632135eec59bb2cd4eb30315513
tree6b757365d540344800d0f9b3128fa42f71a619e8
parentf0fe245bc31cf4fa3b3ed0240cd1ab6f0d5043ea
configure: clean up check_inline_asm and check_as functions

The check_inline_asm function should check the actual C compiler,
not the one used for assembly files.  Usually these are the same,
but they might be different, typically when using a compiler other
than gcc.

The check_as should, as its name suggests, test the type of input
the AS command is used with, i.e. a standalond assembly (.S) file.

Finally, check for gnu assembler using the modified check_as as
this reflects actual usage.

Signed-off-by: Mans Rullgard <mans@mansr.com>
configure