Do not suggest to use gas-preprocessor on aix where it doesn't work.

This commit is contained in:
Carl Eugen Hoyos 2014-06-16 01:01:40 +02:00
parent 02bffc560f
commit 08235708d8
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -4281,7 +4281,7 @@ od -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian
if enabled asm && ! enabled_any ppc64 pic; then
enabled arm && nogas=die
enabled_all ppc altivec && nogas=warn
enabled_all ppc altivec && [ $target_os_default != aix ] && nogas=warn
as=${gas:=$as}
check_as <<EOF && enable gnu_as || \
$nogas "GNU assembler not found, install gas-preprocessor"