* configure.in (sparc64-*): Use mh-sparcpic if --enabled-shared.
authorDavid Edelsohn <dje.gcc@gmail.com>
Mon, 26 Feb 1996 23:42:39 +0000 (23:42 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Mon, 26 Feb 1996 23:42:39 +0000 (23:42 +0000)
ChangeLog
configure.in

index 9d8fbf5..d0145c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@ Mon Feb 26 15:25:19 1996  Doug Evans  <dje@charmed.cygnus.com>
 
        * config.sub (sparc*frw*): Delete.  Use -mflat now.
 
+       * configure.in (sparc64-*): Use mh-sparcpic if --enabled-shared.
+
 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * configure: Check for bison before byacc.
index 51513f9..0d6b276 100644 (file)
@@ -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