diff options
author | brobecke <brobecke@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-13 18:05:35 +0000 |
---|---|---|
committer | brobecke <brobecke@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-13 18:05:35 +0000 |
commit | 1aca86a6b787fb4e52c5001b6ef113d53de9e016 (patch) | |
tree | c0f16e7606d5886cea53dec92da6f34aca2bc52e /configure.ac | |
parent | e27454ee94033de0fc53769552dac474fab0bec1 (diff) | |
download | gcc-1aca86a6b787fb4e52c5001b6ef113d53de9e016.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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168758 138bc75d-0d04-0410-961f-82ee72b054a4
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. |