diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-18 17:04:14 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-18 17:04:14 +0000 |
commit | 1ef89cd1162f49d55c3f162ad540ea245fe94e8c (patch) | |
tree | 09e3441dfec8cfac43dea8f83797f3fb3c658d5c /configure.in | |
parent | 3fd8916a1e7e330d46cb52e5f148cdac36ab582b (diff) | |
download | gcc-1ef89cd1162f49d55c3f162ad540ea245fe94e8c.tar.gz |
* configure.in (hppa*64*-*-*): Do build ld for this configuration.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33987 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in index cfb33ad912e..8059793d129 100644 --- a/configure.in +++ b/configure.in @@ -653,7 +653,9 @@ case "${target}" in noconfigdirs="$noconfigdirs target-libg++ ${libstdcxx_version} target-librx target-libgloss target-libffi" ;; hppa*-*-*elf* | \ - hppa*-*-lites*) + hppa*-*-linux-gnu* | \ + hppa*-*-lites* | \ + hppa*64*-*-*) # Do configure ld/binutils/gas for this case. ;; hppa*-*-*) |