Hi Thomas,
> Fix-up for commit e08a7f620c037275e2c1c5940b56b536077cd98b
> "Remove HAVE_GNU_AS", which didn't consider that GCC/GCN is using LLVM's
> 'llvm-mc' as its assembler. In 'gcc/configure', that one was correctly
> detected as 'gas=no':
>
> # Check if we are using GNU as if not already set.
> if test -z "$gas"; then
> if $gcc_cv_as --version 2>/dev/null | grep GNU > /dev/null; then
> gas=yes
> else
> gas=no
> fi
> fi
>
> ..., so didn't get 'HAVE_GNU_AS' defined. Now we're not handling it
> specially anymore, so the default 'ASM_V_SPEC' applies, which changes
> 'gcc/specs':
[...]
>
> gcc/
> * config/gcn/gcn.h (ASM_V_SPEC): Define.
thanks for taking care of this.
Rainer
--
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University