From 08235708d84aa611795ad9786e469e68d7f9af81 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Mon, 16 Jun 2014 01:01:40 +0200 Subject: Do not suggest to use gas-preprocessor on aix where it doesn't work. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index fa62b59022..8537e03260 100755 --- a/configure +++ b/configure @@ -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 <