mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
Add ia64-hpux target. LD and GDB are not currently supported.
This commit is contained in:
parent
1cd8ff3882
commit
a0c1c92088
@ -1,3 +1,8 @@
|
||||
2002-01-11 Steve Ellcey <sje@cup.hp.com>
|
||||
|
||||
* configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
|
||||
ld and gdb are not supported.
|
||||
|
||||
2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* Change reference to Cygnus Solutions to be Red Hat.
|
||||
|
@ -718,6 +718,10 @@ case "${target}" in
|
||||
# No gdb support yet.
|
||||
noconfigdirs="$noconfigdirs tix readline mmalloc libgui itcl gdb"
|
||||
;;
|
||||
ia64*-**-hpux*)
|
||||
# No gdb or ld support yet.
|
||||
noconfigdirs="$noconfigdirs tix readline mmalloc libgui itcl gdb ld"
|
||||
;;
|
||||
i[3456]86-*-coff | i[3456]86-*-elf)
|
||||
if [ x${is_cross_compiler} != xno ] ; then
|
||||
target_configdirs="${target_configdirs} target-libstub target-cygmon"
|
||||
|
Loading…
Reference in New Issue
Block a user