Commit b67bcd78 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

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

parent fbb59a3b
......@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment