From be317b066f42573d3549748140f02ae0a8ddefe9 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Mon, 26 Feb 1996 23:42:39 +0000 Subject: * configure.in (sparc64-*): Use mh-sparcpic if --enabled-shared. --- configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.in') 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 -- cgit v1.1