mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-19 18:20:56 +08:00
configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
* configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support. * configure: Regenerate. From-SVN: r143394
This commit is contained in:
parent
0efc44420b
commit
52535a64bf
@ -1,3 +1,8 @@
|
||||
2009-01-15 Douglas B Rupp <rupp@gnat.com>
|
||||
|
||||
* configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
|
||||
* configure: Regenerate.
|
||||
|
||||
2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
|
||||
|
||||
* MAINTAINERS (Write After Approval): Add myself.
|
||||
|
4
configure
vendored
4
configure
vendored
@ -2451,6 +2451,10 @@ case "${target}" in
|
||||
# No gdb or ld support yet.
|
||||
noconfigdirs="$noconfigdirs ${libgcj} readline mmalloc libgui itcl gdb ld"
|
||||
;;
|
||||
ia64*-*-*vms*)
|
||||
# No gdb or ld support yet.
|
||||
noconfigdirs="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld"
|
||||
;;
|
||||
i370-*-opened*)
|
||||
;;
|
||||
i[3456789]86-*-coff | i[3456789]86-*-elf)
|
||||
|
@ -688,6 +688,10 @@ case "${target}" in
|
||||
# No gdb or ld support yet.
|
||||
noconfigdirs="$noconfigdirs ${libgcj} readline mmalloc libgui itcl gdb ld"
|
||||
;;
|
||||
ia64*-*-*vms*)
|
||||
# No gdb or ld support yet.
|
||||
noconfigdirs="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld"
|
||||
;;
|
||||
i370-*-opened*)
|
||||
;;
|
||||
i[[3456789]]86-*-coff | i[[3456789]]86-*-elf)
|
||||
|
Loading…
x
Reference in New Issue
Block a user