diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1996-01-25 11:33:27 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1996-01-25 11:33:27 +0000 |
commit | 146ee7dbc27cf78280c6e2c386dde5cfa44eeda3 (patch) | |
tree | c9e0002bd04ee6233d66932f3d8597d504814fc5 /gdb/configure | |
parent | e70ad5d5616323c87358b589400f83fecf570f74 (diff) | |
download | gdb-146ee7dbc27cf78280c6e2c386dde5cfa44eeda3.zip gdb-146ee7dbc27cf78280c6e2c386dde5cfa44eeda3.tar.gz gdb-146ee7dbc27cf78280c6e2c386dde5cfa44eeda3.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/configure b/gdb/configure index b95962d..eab894c 100755 --- a/gdb/configure +++ b/gdb/configure @@ -2689,7 +2689,7 @@ fi # # gdb linked statically w/ Solaris iff GCC is used, otherwise dynamic # - sparc-sun-solaris2*) + sparc*-sun-solaris2*) if test "x$GCC" = "xyes"; then 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 ;; pyramid) gdb_host_cpu=pyr ;; powerpc*) gdb_host_cpu=powerpc ;; +sparc64) gdb_host_cpu=sparc ;; *) gdb_host_cpu=$host_cpu ;; esac @@ -2876,6 +2877,7 @@ sparc-*-solaris2*) gdb_host=sun4sol2 ;; sparc-*-sunos4*) gdb_host=sun4os4 ;; sparc-*-sunos5*) gdb_host=sun4sol2 ;; sparc-*-*) gdb_host=sun4os4 ;; +sparc64-*-*) gdb_host=sun4sol2 ;; tahoe-*-*) gdb_host=tahoe ;; @@ -3093,6 +3095,7 @@ sparc-*-sunos5*) gdb_target=sun4sol2 ;; sparc-*-vxworks*) gdb_target=vxsparc ;; sparc-*-*) gdb_target=sun4os4 ;; sparclite*-*-*) gdb_target=sparclite ;; +sparc64-*-solaris2*) gdb_target=sp64sol2 ;; sparc64-*-*) gdb_target=sp64 ;; tahoe-*-*) gdb_target=tahoe ;; |