diff options
author | David S. Miller <davem@redhat.com> | 2008-04-17 05:52:32 +0000 |
---|---|---|
committer | David S. Miller <davem@redhat.com> | 2008-04-17 05:52:32 +0000 |
commit | 11936fb17845839b4b8aff0c7736272570ed978f (patch) | |
tree | d051f9060beaea83de7c9dcfec8f775107a1e081 /gold/configure | |
parent | edfbb029539d1e67751ca7dd7c6ff3cbe702a6c2 (diff) | |
download | gdb-11936fb17845839b4b8aff0c7736272570ed978f.zip gdb-11936fb17845839b4b8aff0c7736272570ed978f.tar.gz gdb-11936fb17845839b4b8aff0c7736272570ed978f.tar.bz2 |
* configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): Add sparc64.
* configure: Rebuild.
Diffstat (limited to 'gold/configure')
-rwxr-xr-x | gold/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gold/configure b/gold/configure index 6fb0c7e..d5d7380 100755 --- a/gold/configure +++ b/gold/configure @@ -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= |