* configure.in (sparc64-*): Use mh-sparcpic if --enabled-shared.

This commit is contained in:
David Edelsohn 1996-02-26 23:42:39 +00:00
parent 74a03cacb9
commit be317b066f
2 changed files with 3 additions and 0 deletions

View File

@ -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.

View 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