Fix compilation on ppc64 and ppc with pic if gas-preprocessor is installed.

This commit is contained in:
Carl Eugen Hoyos 2014-06-15 22:51:23 +02:00
parent fbb59a3bf4
commit b67bcd784d
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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}