Commit 07d0a605 by Roger Sayle Committed by Roger Sayle

configure.in (ia64*-*-hpux*): Disable building java libraries.


	* configure.in (ia64*-*-hpux*): Disable building java libraries.
	* configure: Regenerated.

From-SVN: r75283
parent a55f4481
2003-12-31 Roger Sayle <roger@eyesopen.com>
* configure.in (ia64*-*-hpux*): Disable building java libraries.
* configure: Regenerated.
2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
* MAINTAINERS: Remove the mn10200 maintainer.
......
......@@ -1265,7 +1265,7 @@ case "${target}" in
;;
ia64*-**-hpux*)
# No gdb or ld support yet.
noconfigdirs="$noconfigdirs tix readline mmalloc libgui itcl gdb ld"
noconfigdirs="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld"
;;
i[3456789]86-*-coff | i[3456789]86-*-elf)
noconfigdirs="$noconfigdirs ${libgcj}"
......
......@@ -504,7 +504,7 @@ case "${target}" in
;;
ia64*-**-hpux*)
# No gdb or ld support yet.
noconfigdirs="$noconfigdirs tix readline mmalloc libgui itcl gdb ld"
noconfigdirs="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld"
;;
i[[3456789]]86-*-coff | i[[3456789]]86-*-elf)
noconfigdirs="$noconfigdirs ${libgcj}"
......
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