diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1996-02-26 23:42:39 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1996-02-26 23:42:39 +0000 |
commit | be317b066f42573d3549748140f02ae0a8ddefe9 (patch) | |
tree | e61542efa3c982903696efec23c60451847f198f /configure.in | |
parent | 74a03cacb9a92a2fa712acbee7e9990e20a00236 (diff) | |
download | gdb-be317b066f42573d3549748140f02ae0a8ddefe9.zip gdb-be317b066f42573d3549748140f02ae0a8ddefe9.tar.gz gdb-be317b066f42573d3549748140f02ae0a8ddefe9.tar.bz2 |
* configure.in (sparc64-*): Use mh-sparcpic if --enabled-shared.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 51513f9..0d6b2763 100644 --- a/configure.in +++ b/configure.in @@ -164,6 +164,7 @@ if [ x${enable_shared} = xyes ]; then case "${host}" in hppa*) waugh=config/mh-papic ;; i[345]86-*) waugh=config/mh-x86pic ;; + sparc64-*) waugh=config/mh-sparcpic ;; *) waugh=config/mh-${host_cpu}pic ;; esac if [ -f ${srcdir}/${waugh} ]; then |