diff options
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index 025e577ccac..6f284821015 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -125,20 +125,16 @@ s390*-*-*) gdb_host=s390 ;; sh*-*-netbsdelf*) gdb_host=nbsd ;; +sparc64-*-freebsd*) gdb_host=fbsd ;; sparc-*-linux*) gdb_host=linux ;; -sparc-*-lynxos*) gdb_host=sparclynx ;; +sparc64-*-linux*) gdb_host=linux64 ;; sparc-*-netbsdelf*) gdb_host=nbsdelf ;; sparc-*-netbsdaout*) gdb_host=nbsdaout ;; sparc-*-netbsd*) gdb_host=nbsdaout ;; -sparc-*-solaris2*) gdb_host=sun4sol2 ;; -sparc-*-sunos4*) gdb_host=sun4os4 ;; -sparc-*-sunos5*) gdb_host=sun4sol2 ;; -sparc-*-*) gdb_host=sun4os4 ;; -sparc64-*-freebsd*|ultrasparc-*-freebsd*|sparcv9-*-freebsd*) - gdb_host=fbsd ;; -sparc64-*-linux*) gdb_host=linux ;; sparc64-*-netbsd*) gdb_host=nbsd64 ;; -sparcv9-*-* | sparc64-*-*) gdb_host=sun4sol2 ;; +sparc-*-solaris2* | sparcv9-*-solaris2* | sparc64-*-solaris2*) + gdb_host=sol2 + ;; vax-*-bsd*) gdb_host=vaxbsd ;; vax-*-ultrix2*) gdb_host=vaxult2 ;; |