mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-27 17:53:13 +00:00
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:
parent
cbf21628a5
commit
99a8a3de8c
2
configure
vendored
2
configure
vendored
@ -4287,7 +4287,7 @@ EOF
|
|||||||
od -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian
|
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 arm && nogas=die
|
||||||
enabled_all ppc altivec && [ $target_os_default != aix ] && nogas=warn
|
enabled_all ppc altivec && [ $target_os_default != aix ] && nogas=warn
|
||||||
as=${gas:=$as}
|
as=${gas:=$as}
|
||||||
|
Loading…
Reference in New Issue
Block a user