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

It broke gas-preprocessor detection on PPC64 Linux.
This reverts commit b67bcd784d.
This commit is contained in:
Carl Eugen Hoyos 2014-06-18 14:31:39 +02:00
parent cbf21628a5
commit 99a8a3de8c
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -4287,7 +4287,7 @@ EOF
od -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian
if enabled asm && ! enabled_any ppc64 pic; then
if enabled asm; then
enabled arm && nogas=die
enabled_all ppc altivec && [ $target_os_default != aix ] && nogas=warn
as=${gas:=$as}