* configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new
host defines.
This commit is contained in:
parent
f81353e4f9
commit
64328b468d
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-01-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
|
||||
|
||||
* configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new
|
||||
host defines.
|
||||
|
||||
2002-01-21 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>:
|
||||
|
|
|
@ -21,8 +21,11 @@ case "${host}" in
|
|||
|
||||
alpha*-*-*) host64=true; HOST_64BIT_TYPE=long ;;
|
||||
|
||||
hppa*64*-*-hpux*) HDEFINES=-DHOST_HPPAHPUX;
|
||||
host64=true; HOST_64BIT_TYPE=long ;;
|
||||
hppa*-*-hpux*) HDEFINES=-DHOST_HPPAHPUX ;;
|
||||
hppa*-*-hiux*) HDEFINES=-DHOST_HPPAHPUX ;;
|
||||
hppa*64*-*-linux*) host64=true; HOST_64BIT_TYPE=long ;;
|
||||
hppa*-*-mpeix*) HDEFINES=-DHOST_HPPAMPEIX ;;
|
||||
hppa*-*-bsd*) HDEFINES=-DHOST_HPPABSD ;;
|
||||
hppa*-*-osf*) HDEFINES=-DHOST_HPPAOSF ;;
|
||||
|
|
Loading…
Reference in a new issue