mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +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.
|
* 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>
|
Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* configure: Check for bison before byacc.
|
* configure: Check for bison before byacc.
|
||||||
|
@ -164,6 +164,7 @@ if [ x${enable_shared} = xyes ]; then
|
|||||||
case "${host}" in
|
case "${host}" in
|
||||||
hppa*) waugh=config/mh-papic ;;
|
hppa*) waugh=config/mh-papic ;;
|
||||||
i[345]86-*) waugh=config/mh-x86pic ;;
|
i[345]86-*) waugh=config/mh-x86pic ;;
|
||||||
|
sparc64-*) waugh=config/mh-sparcpic ;;
|
||||||
*) waugh=config/mh-${host_cpu}pic ;;
|
*) waugh=config/mh-${host_cpu}pic ;;
|
||||||
esac
|
esac
|
||||||
if [ -f ${srcdir}/${waugh} ]; then
|
if [ -f ${srcdir}/${waugh} ]; then
|
||||||
|
Reference in New Issue
Block a user