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 | |
parent | 384f586a535c25c12cf803806e0769007695000f (diff) | |
download | gcc-5a2931d12a94dac9113fc79959e9f05700548c24.zip gcc-5a2931d12a94dac9113fc79959e9f05700548c24.tar.gz gcc-5a2931d12a94dac9113fc79959e9f05700548c24.tar.bz2 |
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
-rw-r--r-- | ChangeLog | 6 | ||||
-rwxr-xr-x | configure | 4 | ||||
-rw-r--r-- | configure.ac | 4 |
3 files changed, 10 insertions, 4 deletions
@@ -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; @@ -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 4807ffb..c7a86e2 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. |