From 1aca86a6b787fb4e52c5001b6ef113d53de9e016 Mon Sep 17 00:00:00 2001 From: brobecke <brobecke@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Thu, 13 Jan 2011 18:05:35 +0000 Subject: [PATCH] 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 --- ChangeLog | 6 ++++++ configure | 4 ++-- configure.ac | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 49341ca23e4f..8b8fb3529fcc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-01-13 Joel Brobecker <brobecker@adacore.com> + + * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs + for ia64-hpux. + * configure: Regenerate. + 2011-01-10 Jan Hubicka <jh@suse.cz> * config/bootstrap-lto.mk: -fuse-linker-plugin is default now; diff --git a/configure b/configure index 66ca5d3f65b6..5e469f4b8658 100755 --- a/configure +++ b/configure @@ -3353,8 +3353,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. diff --git a/configure.ac b/configure.ac index 4807ffb9d0a1..c7a86e2b6db5 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. -- GitLab