diff options
author | Joel Brobecker <brobecker@adacore.com> | 2011-01-13 18:05:35 +0000 |
---|---|---|
committer | Joel Brobecker <brobecke@gcc.gnu.org> | 2011-01-13 18:05:35 +0000 |
commit | 5a2931d12a94dac9113fc79959e9f05700548c24 (patch) | |
tree | c0f16e7606d5886cea53dec92da6f34aca2bc52e /configure.ac | |
parent | 384f586a535c25c12cf803806e0769007695000f (diff) | |
download | gcc-5a2931d12a94dac9113fc79959e9f05700548c24.tar.gz |
Resync with GDB (from "port GDB to ia64-hpux (native).")
ChangeLog:
* configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
for ia64-hpux.
* configure: Regenerate.
From-SVN: r168758
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 4807ffb9d0a..c7a86e2b6db 100644 --- a/configure.ac +++ b/configure.ac @@ -804,8 +804,8 @@ case "${target}" in noconfigdirs="$noconfigdirs readline mmalloc libgui itcl gdb" ;; ia64*-**-hpux*) - # No gdb or ld support yet. - noconfigdirs="$noconfigdirs ${libgcj} readline mmalloc libgui itcl gdb ld" + # No ld support yet. + noconfigdirs="$noconfigdirs ${libgcj} libgui itcl ld" ;; ia64*-*-*vms*) # No gdb or ld support yet. |