diff options
author | Mark Kettenis <kettenis@gnu.org> | 2000-05-31 20:54:55 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2000-05-31 20:54:55 +0000 |
commit | 59c948892bcbf69a24f344a7699f194353554d76 (patch) | |
tree | cce2f46933de5e164d20934d31350874ec3e19da /gdb/configure.host | |
parent | 448628fe90adf4687346f67b63041aa03ec436ab (diff) | |
download | gdb-59c948892bcbf69a24f344a7699f194353554d76.zip gdb-59c948892bcbf69a24f344a7699f194353554d76.tar.gz gdb-59c948892bcbf69a24f344a7699f194353554d76.tar.bz2 |
* configure.host, configure.tgt (alpha*-*-freebsd*): New entry.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index d489a3f..69bbd6c 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -34,6 +34,7 @@ alpha*-*-osf1*) gdb_host=alpha-osf1 ;; alpha*-*-osf2*) gdb_host=alpha-osf2 ;; alpha*-*-osf[3456789]*) gdb_host=alpha-osf3 ;; alpha*-*-linux*) gdb_host=alpha-linux ;; +alpha*-*-freebsd*) gdb_host=fbsd ;; arm*-*-linux*) gdb_host=linux ;; arm*-*-*) gdb_host=arm ;; |