diff options
author | Jeff Law <law@redhat.com> | 2000-05-18 16:58:06 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2000-05-18 16:58:06 +0000 |
commit | 1e1bca14f967042f4336b7e9b7222a919df9c71e (patch) | |
tree | d825ff747c4f04e03dcda5dc290f6e0baacf049b /configure.in | |
parent | 4cc1a5acf0b7c8029e32812891db3da7ba9a3b72 (diff) | |
download | gdb-1e1bca14f967042f4336b7e9b7222a919df9c71e.tar.gz |
* configure.in (hppa*64*-*-*): Do build ld for this configuration.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e3ca77bb409..c14f135056e 100644 --- a/configure.in +++ b/configure.in @@ -656,7 +656,8 @@ case "${target}" in ;; hppa*-*-*elf* | \ hppa*-*-linux-gnu* | \ - hppa*-*-lites*) + hppa*-*-lites* | \ + hppa*64*-*-*) # Do configure ld/binutils/gas for the above cases. ;; hppa*-*-*) |