Commit 08235708 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

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

parent 02bffc56
...@@ -4281,7 +4281,7 @@ od -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian ...@@ -4281,7 +4281,7 @@ od -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian
if enabled asm && ! enabled_any ppc64 pic; then if enabled asm && ! enabled_any ppc64 pic; then
enabled arm && nogas=die enabled arm && nogas=die
enabled_all ppc altivec && nogas=warn enabled_all ppc altivec && [ $target_os_default != aix ] && nogas=warn
as=${gas:=$as} as=${gas:=$as}
check_as <<EOF && enable gnu_as || \ check_as <<EOF && enable gnu_as || \
$nogas "GNU assembler not found, install gas-preprocessor" $nogas "GNU assembler not found, install gas-preprocessor"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment