diff options
author | David D. Zuhn <zoo@cygnus> | 1992-07-21 08:07:26 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1992-07-21 08:07:26 +0000 |
commit | 0ddd7b5066e592155ed3276f1255a23a7cae3e23 (patch) | |
tree | e43b852abd9d42b9a77f938381c75740404a53e2 | |
parent | 5343482f4d2937797415a9c4a23f0a1e1644c847 (diff) | |
download | gdb-0ddd7b5066e592155ed3276f1255a23a7cae3e23.zip gdb-0ddd7b5066e592155ed3276f1255a23a7cae3e23.tar.gz gdb-0ddd7b5066e592155ed3276f1255a23a7cae3e23.tar.bz2 |
frag for hpux, INSTALL=cp
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 4734e1a..166c31a 100644 --- a/configure.in +++ b/configure.in @@ -20,6 +20,7 @@ sysv* | irix3) host_makefile_frag=config/mh-sysv ;; sco*) host_makefile_frag=config/mh-sco ;; irix4) host_makefile_frag=config/mh-irix4 ;; linux) host_makefile_frag=config/mh-linux ;; +hpux) host_makefile_frag=config/mh-hpux ;; ultrix*) case "${host_cpu}" in mips) host_makefile_frag=config/mh-decstation ;; |