diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1995-07-15 08:57:59 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1995-07-15 08:57:59 +0000 |
commit | b8ea4fec37d3cdb391719f52ddff3ff523f6e9e3 (patch) | |
tree | 375bea081b6f4f13c1ec107d4cee8b0d3956e331 /gdb/configure | |
parent | c7950dcc68c23c28afe6edfa0948691d4c44ced1 (diff) | |
download | gdb-b8ea4fec37d3cdb391719f52ddff3ff523f6e9e3.zip gdb-b8ea4fec37d3cdb391719f52ddff3ff523f6e9e3.tar.gz gdb-b8ea4fec37d3cdb391719f52ddff3ff523f6e9e3.tar.bz2 |
* config/alpha/alpha-osf3.mh, config/alpha/nm-osf3.h: New files
for OSF/1-3.x procfs support.
* configure.in (alpha-dec-osf): Use them when configuring
for OSF/1-3.x.
* configure: Updated.
* target.c: Include <string.h>.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/configure b/gdb/configure index 34c20b0..eeca44b 100755 --- a/gdb/configure +++ b/gdb/configure @@ -1546,7 +1546,8 @@ case "${host}" in a29k-*-*) gdb_host=ultra3 ;; alpha-*-osf1*) gdb_host=alpha-osf1 ;; -alpha-*-osf[23456789]*) gdb_host=alpha-osf2 ;; +alpha-*-osf2*) gdb_host=alpha-osf2 ;; +alpha-*-osf[3456789]*) gdb_host=alpha-osf3 ;; arm-*-*) gdb_host=arm ;; |