mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* configure.in (sparc64-*-*): Add default host configuration.
start-sanitize-gdbtk (sparc64-*-solaris2* host): Link statically if GCC used. end-sanitize-gdbtk (sparc64-*-solaris2*): Add target configuration. * configure: Regenerated. * sparc/sp64sol2.mt: New file.
This commit is contained in:
@ -1,3 +1,12 @@
|
|||||||
|
Thu Jan 25 03:26:38 1996 Doug Evans <dje@charmed.cygnus.com>
|
||||||
|
|
||||||
|
* configure.in (sparc64-*-*): Add default host configuration.
|
||||||
|
start-sanitize-gdbtk
|
||||||
|
(sparc64-*-solaris2* host): Link statically if GCC used.
|
||||||
|
end-sanitize-gdbtk
|
||||||
|
(sparc64-*-solaris2*): Add target configuration.
|
||||||
|
* sparc/sp64sol2.mt: New file.
|
||||||
|
|
||||||
Wed Jan 24 22:31:37 1996 Doug Evans <dje@charmed.cygnus.com>
|
Wed Jan 24 22:31:37 1996 Doug Evans <dje@charmed.cygnus.com>
|
||||||
|
|
||||||
* Makefile.in (RUNTEST): srcdir renamed to rootsrc.
|
* Makefile.in (RUNTEST): srcdir renamed to rootsrc.
|
||||||
|
5
gdb/configure
vendored
5
gdb/configure
vendored
@ -2689,7 +2689,7 @@ fi
|
|||||||
#
|
#
|
||||||
# gdb linked statically w/ Solaris iff GCC is used, otherwise dynamic
|
# gdb linked statically w/ Solaris iff GCC is used, otherwise dynamic
|
||||||
#
|
#
|
||||||
sparc-sun-solaris2*)
|
sparc*-sun-solaris2*)
|
||||||
if test "x$GCC" = "xyes";
|
if test "x$GCC" = "xyes";
|
||||||
then
|
then
|
||||||
X_LIBS="-Wl,-Bstatic -lX11 -lXext -lX11 -Wl,-Bdynamic -ldl -lw"
|
X_LIBS="-Wl,-Bstatic -lX11 -lXext -lX11 -Wl,-Bdynamic -ldl -lw"
|
||||||
@ -2761,6 +2761,7 @@ m88*) gdb_host_cpu=m88k ;;
|
|||||||
np1) gdb_host_cpu=gould ;;
|
np1) gdb_host_cpu=gould ;;
|
||||||
pyramid) gdb_host_cpu=pyr ;;
|
pyramid) gdb_host_cpu=pyr ;;
|
||||||
powerpc*) gdb_host_cpu=powerpc ;;
|
powerpc*) gdb_host_cpu=powerpc ;;
|
||||||
|
sparc64) gdb_host_cpu=sparc ;;
|
||||||
*) gdb_host_cpu=$host_cpu ;;
|
*) gdb_host_cpu=$host_cpu ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
@ -2876,6 +2877,7 @@ sparc-*-solaris2*) gdb_host=sun4sol2 ;;
|
|||||||
sparc-*-sunos4*) gdb_host=sun4os4 ;;
|
sparc-*-sunos4*) gdb_host=sun4os4 ;;
|
||||||
sparc-*-sunos5*) gdb_host=sun4sol2 ;;
|
sparc-*-sunos5*) gdb_host=sun4sol2 ;;
|
||||||
sparc-*-*) gdb_host=sun4os4 ;;
|
sparc-*-*) gdb_host=sun4os4 ;;
|
||||||
|
sparc64-*-*) gdb_host=sun4sol2 ;;
|
||||||
|
|
||||||
tahoe-*-*) gdb_host=tahoe ;;
|
tahoe-*-*) gdb_host=tahoe ;;
|
||||||
|
|
||||||
@ -3093,6 +3095,7 @@ sparc-*-sunos5*) gdb_target=sun4sol2 ;;
|
|||||||
sparc-*-vxworks*) gdb_target=vxsparc ;;
|
sparc-*-vxworks*) gdb_target=vxsparc ;;
|
||||||
sparc-*-*) gdb_target=sun4os4 ;;
|
sparc-*-*) gdb_target=sun4os4 ;;
|
||||||
sparclite*-*-*) gdb_target=sparclite ;;
|
sparclite*-*-*) gdb_target=sparclite ;;
|
||||||
|
sparc64-*-solaris2*) gdb_target=sp64sol2 ;;
|
||||||
sparc64-*-*) gdb_target=sp64 ;;
|
sparc64-*-*) gdb_target=sp64 ;;
|
||||||
|
|
||||||
tahoe-*-*) gdb_target=tahoe ;;
|
tahoe-*-*) gdb_target=tahoe ;;
|
||||||
|
@ -147,7 +147,7 @@ if test "${enable_gdbtk}" = "yes"; then
|
|||||||
#
|
#
|
||||||
# gdb linked statically w/ Solaris iff GCC is used, otherwise dynamic
|
# gdb linked statically w/ Solaris iff GCC is used, otherwise dynamic
|
||||||
#
|
#
|
||||||
sparc-sun-solaris2*)
|
sparc*-sun-solaris2*)
|
||||||
if test "x$GCC" = "xyes";
|
if test "x$GCC" = "xyes";
|
||||||
then
|
then
|
||||||
X_LIBS="-Wl,-Bstatic -lX11 -lXext -lX11 -Wl,-Bdynamic -ldl -lw"
|
X_LIBS="-Wl,-Bstatic -lX11 -lXext -lX11 -Wl,-Bdynamic -ldl -lw"
|
||||||
@ -221,6 +221,7 @@ m88*) gdb_host_cpu=m88k ;;
|
|||||||
np1) gdb_host_cpu=gould ;;
|
np1) gdb_host_cpu=gould ;;
|
||||||
pyramid) gdb_host_cpu=pyr ;;
|
pyramid) gdb_host_cpu=pyr ;;
|
||||||
powerpc*) gdb_host_cpu=powerpc ;;
|
powerpc*) gdb_host_cpu=powerpc ;;
|
||||||
|
sparc64) gdb_host_cpu=sparc ;;
|
||||||
*) gdb_host_cpu=$host_cpu ;;
|
*) gdb_host_cpu=$host_cpu ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
@ -336,6 +337,7 @@ sparc-*-solaris2*) gdb_host=sun4sol2 ;;
|
|||||||
sparc-*-sunos4*) gdb_host=sun4os4 ;;
|
sparc-*-sunos4*) gdb_host=sun4os4 ;;
|
||||||
sparc-*-sunos5*) gdb_host=sun4sol2 ;;
|
sparc-*-sunos5*) gdb_host=sun4sol2 ;;
|
||||||
sparc-*-*) gdb_host=sun4os4 ;;
|
sparc-*-*) gdb_host=sun4os4 ;;
|
||||||
|
sparc64-*-*) gdb_host=sun4sol2 ;;
|
||||||
|
|
||||||
tahoe-*-*) gdb_host=tahoe ;;
|
tahoe-*-*) gdb_host=tahoe ;;
|
||||||
|
|
||||||
@ -553,6 +555,7 @@ sparc-*-sunos5*) gdb_target=sun4sol2 ;;
|
|||||||
sparc-*-vxworks*) gdb_target=vxsparc ;;
|
sparc-*-vxworks*) gdb_target=vxsparc ;;
|
||||||
sparc-*-*) gdb_target=sun4os4 ;;
|
sparc-*-*) gdb_target=sun4os4 ;;
|
||||||
sparclite*-*-*) gdb_target=sparclite ;;
|
sparclite*-*-*) gdb_target=sparclite ;;
|
||||||
|
sparc64-*-solaris2*) gdb_target=sp64sol2 ;;
|
||||||
sparc64-*-*) gdb_target=sp64 ;;
|
sparc64-*-*) gdb_target=sp64 ;;
|
||||||
|
|
||||||
tahoe-*-*) gdb_target=tahoe ;;
|
tahoe-*-*) gdb_target=tahoe ;;
|
||||||
|
Reference in New Issue
Block a user