Commit 091fe9ca by Tristan Gingold Committed by Tristan Gingold

configure.ac: Enable gdb and readline for ia64*-*-*vms*.

2012-03-05  Tristan Gingold  <gingold@adacore.com>

	* configure.ac: Enable gdb and readline for ia64*-*-*vms*.
	* configure: Regenerate.

From-SVN: r184926
parent f9df6f16
2012-03-05 Tristan Gingold <gingold@adacore.com>
* configure.ac: Enable gdb and readline for ia64*-*-*vms*.
* configure: Regenerate.
2012-02-17 Walter Lee <walt@tilera.com> 2012-02-17 Walter Lee <walt@tilera.com>
* MAINTAINERS: (Write After Approval): Delete myself. * MAINTAINERS: (Write After Approval): Delete myself.
......
...@@ -3502,8 +3502,8 @@ case "${target}" in ...@@ -3502,8 +3502,8 @@ case "${target}" in
noconfigdirs="$noconfigdirs libgui itcl ld" noconfigdirs="$noconfigdirs libgui itcl ld"
;; ;;
ia64*-*-*vms*) ia64*-*-*vms*)
# No gdb or ld support yet. # No ld support yet.
noconfigdirs="$noconfigdirs readline libgui itcl gdb ld" noconfigdirs="$noconfigdirs libgui itcl ld"
;; ;;
i[3456789]86-w64-mingw*) i[3456789]86-w64-mingw*)
;; ;;
......
...@@ -928,8 +928,8 @@ case "${target}" in ...@@ -928,8 +928,8 @@ case "${target}" in
noconfigdirs="$noconfigdirs libgui itcl ld" noconfigdirs="$noconfigdirs libgui itcl ld"
;; ;;
ia64*-*-*vms*) ia64*-*-*vms*)
# No gdb or ld support yet. # No ld support yet.
noconfigdirs="$noconfigdirs readline libgui itcl gdb ld" noconfigdirs="$noconfigdirs libgui itcl ld"
;; ;;
i[[3456789]]86-w64-mingw*) i[[3456789]]86-w64-mingw*)
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment