Skip to content
Snippets Groups Projects
Commit b67bcd78 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos
Browse files

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

parent fbb59a3b
Branches
Tags
No related merge requests found
...@@ -4279,7 +4279,7 @@ EOF ...@@ -4279,7 +4279,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; then if enabled asm && ! enabled_any ppc64 pic; then
enabled arm && nogas=die enabled arm && nogas=die
enabled_all ppc altivec && nogas=warn enabled_all ppc altivec && nogas=warn
as=${gas:=$as} as=${gas:=$as}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment