* configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): Add sparc64.
* configure: Rebuild.
This commit is contained in:
parent
edfbb02953
commit
11936fb178
3 changed files with 5 additions and 0 deletions
|
@ -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
1
gold/configure
vendored
|
@ -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=
|
||||
|
|
|
@ -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])
|
||||
|
||||
|
|
Loading…
Reference in a new issue