diff options
author | David Taylor <taylor@redhat.com> | 1999-01-04 22:11:08 +0000 |
---|---|---|
committer | David Taylor <taylor@redhat.com> | 1999-01-04 22:11:08 +0000 |
commit | b3d32d4f8f2637d2ae041d90b2e01fc841423747 (patch) | |
tree | 6a8081a2760ac6d23378349b68095137c97ce4cd /gdb/testsuite/configure.in | |
parent | 298e0bc56e743215e5d8fdda66b1098da32c37ad (diff) | |
download | gdb-b3d32d4f8f2637d2ae041d90b2e01fc841423747.zip gdb-b3d32d4f8f2637d2ae041d90b2e01fc841423747.tar.gz gdb-b3d32d4f8f2637d2ae041d90b2e01fc841423747.tar.bz2 |
configure.in -- decide whether to configure gdb.hp; configure -- regenerated.
Diffstat (limited to 'gdb/testsuite/configure.in')
-rw-r--r-- | gdb/testsuite/configure.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/testsuite/configure.in b/gdb/testsuite/configure.in index a0f51da..9e87237 100644 --- a/gdb/testsuite/configure.in +++ b/gdb/testsuite/configure.in @@ -35,6 +35,16 @@ case "${target}" in fi ;; esac +# Directory with HP specific tests. They will run only with HP's compilers. +# These tests will not work on other platforms and compilers. + +hpdir="gdb.hp" + +case "${target}" in + hppa*-*-hpux*) configdirs="${configdirs} ${hpdir}" ;; +esac + + # Begin stuff to support --enable-shared AC_ARG_ENABLE(shared, [ --enable-shared use shared libraries], |