diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-03-21 05:26:31 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-03-21 05:26:31 +0000 |
commit | eafb830164aed85d6f61dc224d7d30c8ba42a585 (patch) | |
tree | 4e9535464d169bf2696c475d4e0a2268b641c6f2 /gdb/configure.host | |
parent | 2e70b7b9621d412ac2a8ed58f9476a521a01508a (diff) | |
download | gdb-eafb830164aed85d6f61dc224d7d30c8ba42a585.zip gdb-eafb830164aed85d6f61dc224d7d30c8ba42a585.tar.gz gdb-eafb830164aed85d6f61dc224d7d30c8ba42a585.tar.bz2 |
IA-64 changes.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index 30fce81..02b6909 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -81,6 +81,9 @@ i[3456]86-*-unixware*) gdb_host=i386v4 ;; i[3456]86-*-sysv*) gdb_host=i386v ;; i[3456]86-*-isc*) gdb_host=i386v32 ;; i[3456]86-*-cygwin*) gdb_host=cygwin ;; + +ia64-*-linux*) gdb_host=linux ;; + m680[01]0-sun-sunos3*) gdb_host=sun2os3 ;; m680[01]0-sun-sunos4*) gdb_host=sun2os4 ;; m68030-sony-*) gdb_host=news1000 ;; |