Do not suggest to use gas-preprocessor if using it would break compilation.
gas-preprocessor does not work on ppc with pic and on ppc64.
This commit is contained in:
parent
0553f2c6e5
commit
401f6a7126
4
configure
vendored
4
configure
vendored
@ -3865,7 +3865,9 @@ elif enabled ppc; then
|
|||||||
|
|
||||||
# AltiVec flags: The FSF version of GCC differs from the Apple version
|
# AltiVec flags: The FSF version of GCC differs from the Apple version
|
||||||
if enabled altivec; then
|
if enabled altivec; then
|
||||||
nogas=warn
|
if ! enabled_any pic ppc64; then
|
||||||
|
nogas=warn
|
||||||
|
fi
|
||||||
check_cflags -maltivec -mabi=altivec &&
|
check_cflags -maltivec -mabi=altivec &&
|
||||||
{ check_header altivec.h && inc_altivec_h="#include <altivec.h>" ; } ||
|
{ check_header altivec.h && inc_altivec_h="#include <altivec.h>" ; } ||
|
||||||
check_cflags -faltivec
|
check_cflags -faltivec
|
||||||
|
Loading…
x
Reference in New Issue
Block a user