Indicate that sparc64*-*-netbsd* and x86_64*-*-netbsd* are host64 platforms.

This commit is contained in:
matt 2004-03-14 00:46:39 +00:00
parent 919b9e33c4
commit eca4702ec5
1 changed files with 4 additions and 0 deletions

View File

@ -60,6 +60,10 @@ mips*-*-riscos*) HDEFINES="-G 4" ;;
m68*-hp-hpux*) HDEFINES=-DHOST_HP300HPUX ;;
sparc64*-*-netbsd*) host64=true; HOST_64BIT_TYPE=long ;;
x86_64*-*-netbsd*) host64=true; HOST_64BIT_TYPE=long ;;
*-*-aix*) HOST_64BIT_TYPE="long long"
HOST_U_64BIT_TYPE="unsigned long long"
;;