* configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): Add sparc64.

* configure: Rebuild.
This commit is contained in:
David S. Miller 2008-04-17 05:52:32 +00:00
parent edfbb02953
commit 11936fb178
3 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,9 @@
2008-04-16 David S. Miller <davem@davemloft.net>
* configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): Add sparc64.
* configure: Rebuild.
* options.h (DEFINE_enable): New macro.
(new_dtags): New enable option.
(initfirst, interpose, loadfltr, nodefaultlib,

1
gold/configure vendored
View File

@ -4527,6 +4527,7 @@ if
case $target_cpu in
i?86) true;;
x86_64) false;;
sparc64) false;;
*) true;;
esac; then
FN_PTRS_IN_SO_WITHOUT_PIC_TRUE=

View File

@ -196,6 +196,7 @@ AM_CONDITIONAL(FN_PTRS_IN_SO_WITHOUT_PIC, [
case $target_cpu in
i?86) true;;
x86_64) false;;
sparc64) false;;
*) true;;
esac])