diff options
author | Fred Fish <fnf@specifix.com> | 1992-01-19 00:52:06 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-01-19 00:52:06 +0000 |
commit | be9a23622213425bc624ff6325b850349a461275 (patch) | |
tree | 9c42f535d57979aa6f90c10b1a05137e3d95008b /gdb/configure.in | |
parent | 3a076851790e80dba6b464a94716d67872e9bf8c (diff) | |
download | gdb-be9a23622213425bc624ff6325b850349a461275.zip gdb-be9a23622213425bc624ff6325b850349a461275.tar.gz gdb-be9a23622213425bc624ff6325b850349a461275.tar.bz2 |
Add several new files for stratus (i860* and *-stratus.h). Also add
macro USER_CFLAGS to Makefile. Add stratus config frags to configure.in.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 37d55a2..9ce8a30 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -79,6 +79,10 @@ mips) esac ;; +i860) + gdb_host=stratus + ;; + i386) case "${host_vendor}" in sun) gdb_host=sun386 ;; @@ -239,6 +243,9 @@ h8300) gdb_target=h8300hds ;; +i860) gdb_target=stratus + ;; + i386) case "${target_vendor}" in sco) gdb_target=i386sco ;; |