This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFA: New port: ia64-hp-openvms (3/3) - ia64-vms-tdep.c


On 2/22/2012 11:32 AM, Pedro Alves wrote:
Okay. Just some minor nits below.
diff --git a/configure.ac b/configure.ac
index 9d48e90..c24fff4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -929,8 +929,8 @@ case "${target}" in
      noconfigdirs="$noconfigdirs libgui itcl ld"
      ;;
    ia64*-*-*vms*)
-    # No gdb or ld support yet.
-    noconfigdirs="$noconfigdirs readline libgui itcl gdb ld"
+    # No ld support yet.
+    noconfigdirs="$noconfigdirs libgui itcl ld"
      ;;
    i[[3456789]]86-w64-mingw*)
      ;;
Remember this should be synced with gcc. (and needs a ChangeLog entry).


I believe there is ld support now.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]