mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 12:34:43 +00:00
kvx: New port.
This commit is contained in:
committed by
Nick Clifton
parent
7d6a2e34ee
commit
6e712424f5
12
configure.ac
12
configure.ac
@@ -891,6 +891,15 @@ case "${target}" in
|
||||
cris-*-* | crisv32-*-*)
|
||||
libgloss_dir=cris
|
||||
;;
|
||||
kvx-*-elf)
|
||||
libgloss_dir=kvx-elf
|
||||
;;
|
||||
kvx-*-mbr)
|
||||
libgloss_dir=kvx-mbr
|
||||
;;
|
||||
kvx-*-cos)
|
||||
libgloss_dir=kvx-cos
|
||||
;;
|
||||
hppa*-*-*)
|
||||
libgloss_dir=pa
|
||||
;;
|
||||
@@ -1185,6 +1194,9 @@ case "${target}" in
|
||||
i[[3456789]]86-*-rdos*)
|
||||
noconfigdirs="$noconfigdirs gdb"
|
||||
;;
|
||||
kvx-*-*)
|
||||
noconfigdirs="$noconfigdirs gdb gdbserver sim"
|
||||
;;
|
||||
mmix-*-*)
|
||||
noconfigdirs="$noconfigdirs gdb"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user