From b67bcd784dde7ad2b1a167ce7ffef14f8a0c8074 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sun, 15 Jun 2014 22:51:23 +0200 Subject: [PATCH] Fix compilation on ppc64 and ppc with pic if gas-preprocessor is installed. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 3a11b2c909..fa62b59022 100755 --- a/configure +++ b/configure @@ -4279,7 +4279,7 @@ EOF od -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian -if enabled asm; then +if enabled asm && ! enabled_any ppc64 pic; then enabled arm && nogas=die enabled_all ppc altivec && nogas=warn as=${gas:=$as}