* configure.host: Recognize hppa*-*-hiux* (currently synonym for hpux).
Change other hppa entries to use -*- not -hp-. * config.bfd: Recognize hppa*-*-hiux* (currently synonym for hpux).
This commit is contained in:
parent
9117f6093a
commit
bdacad9c48
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
Tue Oct 5 10:44:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* configure.host: Recognize hppa*-*-hiux* (currently synonym for hpux).
|
||||
Change other hppa entries to use -*- not -hp-.
|
||||
* config.bfd: Recognize hppa*-*-hiux* (currently synonym for hpux).
|
||||
|
||||
* coff-rs6000.c, cpu-rs6000.c, rs6000-core.c: Change non-ASCII
|
||||
characters in comment to octal escapes.
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@ case "${canon}" in
|
|||
sh-*-*) bfd_name=sh-coff ;;
|
||||
hppa*-*-bsd*) bfd_name=hppabsd ;;
|
||||
hppa*-*-hpux*) bfd_name=hppahpux ;;
|
||||
hppa*-*-hiux*) bfd_name=hppahpux ;;
|
||||
hppa*-*-osf) bfd_name=hppa-elf ;;
|
||||
i[34]86-*-sysv4*) bfd_name=i386-elf ;;
|
||||
i[34]86-*-solaris2*) bfd_name=i386-elf ;;
|
||||
|
@ -38,18 +39,20 @@ case "${canon}" in
|
|||
i[34]86-*-netbsd*) bfd_name=i386-netbsd ;;
|
||||
i[34]86-*-netware*) bfd_name=i386-nlm ;;
|
||||
i[34]86-*-linux*) bfd_name=i386-linux ;;
|
||||
i[34]86-*-lynx*) bfd_name=i386-lynx ;;
|
||||
i[34]86-*-lynxos*) bfd_name=i386-lynx ;;
|
||||
i[34]86-*-mach*) bfd_name=i386-mach3 ;;
|
||||
i[34]86-*-osf1mk*) bfd_name=i386-mach3 ;;
|
||||
i[34]86-none-*) bfd_name=i386-coff ;;
|
||||
i960-*-vxworks) bfd_name=i960-bout ;;
|
||||
i960-*-aout) bfd_name=i960-bout ;;
|
||||
i960-*-bout) bfd_name=i960-bout ;;
|
||||
i960-*-nindy*) bfd_name=i960-bout ;;
|
||||
m68*-bull-sysv*) bfd_name=u68k-coff ;;
|
||||
m68*-hp-bsd*) bfd_name=hp300bsd ;;
|
||||
m68*-*-aout) bfd_name=m68k-aout ;;
|
||||
m68*-*-coff) bfd_name=m68k-coff ;;
|
||||
m68*-*-hpux*) bfd_name=hp300hpux ;;
|
||||
m68*-*-lynxos*) bfd_name=m68k-lynx ;;
|
||||
m68*-*-os68k) bfd_name=m68k-aout ;;
|
||||
m68*-*-sunos*) bfd_name=m68k-aout ;;
|
||||
m68*-*-sysv*) bfd_name=m68k-coff ;;
|
||||
|
|
Loading…
Reference in a new issue