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.
pull/76/merge
Carl Eugen Hoyos 11 years ago
parent cbf21628a5
commit 99a8a3de8c
  1. 2
      configure

2
configure vendored

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

Loading…
Cancel
Save