From 12216416de63a2977aaacdaee94125c571e5c385 Mon Sep 17 00:00:00 2001 From: ezannoni Date: Thu, 27 Sep 2001 16:22:46 +0000 Subject: [PATCH] 2001-09-27 Elena Zannoni * library/targetselection.itb (build_win, default_port): Handle hpux 11.00. --- gdb/gdbtk/library/targetselection.itb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gdb/gdbtk/library/targetselection.itb b/gdb/gdbtk/library/targetselection.itb index 45e8c0e07b..f017ae9baf 100644 --- a/gdb/gdbtk/library/targetselection.itb +++ b/gdb/gdbtk/library/targetselection.itb @@ -270,7 +270,8 @@ body TargetSelection::default_port {} { # Special case... switch -regexp $tcl_platform(osVersion) { A.09 { set port /dev/tty00 } - B.10 { set port /dev/tty0p0 } + B.10 - + B.11 { set port /dev/tty0p0 } } } default { set port /dev/ttya } @@ -436,7 +437,8 @@ body TargetSelection::build_win {} { # Special case... switch -regexp $tcl_platform(osVersion) { A.09 { set ports [list /dev/tty00 /dev/tty01] } - B.10 { set ports [list /dev/tty0p0 /dev/tty1p0] } + B.10 - + B.11 { set ports [list /dev/tty0p0 /dev/tty1p0] } } } default { set ports [list UNKNOWN UNKNOWN] } -- 2.11.0