mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
* configure.in (sparc64-*): Use mh-sparcpic if --enabled-shared.
This commit is contained in:
@ -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.
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user