1 # This file is a shell script that overrides some of the tools and
2 # flags used on a host specific basis.
4 # Since the "bfd/hosts" directory is shared by the bfd, opcodes, and
5 # binutils directories (at least), the index to it is also shared.
6 # This is that index. Each configure.in file should source this file
7 # in its per-host part.
9 # This sets the following shell variables:
10 # HDEFINES host specific compiler options
11 # host64 set to true if 64 bit types are as fast as 32 bit
12 # HOST_64BIT_TYPE host 64 bit type
13 # HOST_U_64BIT_TYPE unsigned 64 bit type (not needed if 64BIT_TYPE is long)
22 alpha*-*-*) host64=true; HOST_64BIT_TYPE=long ;;
24 hppa*64*-*-hpux*) HDEFINES=-DHOST_HPPAHPUX;
25 host64=true; HOST_64BIT_TYPE=long ;;
26 hppa*-*-hpux*) HDEFINES=-DHOST_HPPAHPUX ;;
27 hppa*-*-hiux*) HDEFINES=-DHOST_HPPAHPUX ;;
28 hppa*64*-*-linux*) host64=true; HOST_64BIT_TYPE=long ;;
29 hppa*-*-mpeix*) HDEFINES=-DHOST_HPPAMPEIX ;;
30 hppa*-*-bsd*) HDEFINES=-DHOST_HPPABSD ;;
31 hppa*-*-osf*) HDEFINES=-DHOST_HPPAOSF ;;
33 ia64-*-linux*) host64=true; HOST_64BIT_TYPE=long ;;
34 ia64-*-aix*) host64=true; HOST_64BIT_TYPE=long ;;
35 ia64-*-hpux*) host64=true
36 HOST_64BIT_TYPE="long long";
37 HOST_U_64BIT_TYPE="unsigned long long";
40 i[3-7]86-sequent-bsd*) HDEFINES=-Dshared=genshared ;;
41 i[3-7]86-sequent-sysv4*) ;;
42 i[3-7]86-sequent-sysv*) HDEFINES=-Dshared=genshared ;;
46 mips*-dec-*) HDEFINES="-G 4" ;;
47 mips*-sgi-irix3*) HDEFINES="-G 4" ;;
48 mips*-sgi-irix4*) HDEFINES="-G 4" ;;
49 mips*-sgi-irix6*) host64=true
50 HOST_64BIT_TYPE="long long";
51 HOST_U_64BIT_TYPE="unsigned long long";
53 mips64*-*-linux*) host64=true
54 HOST_64BIT_TYPE="long long";
55 HOST_U_64BIT_TYPE="unsigned long long";
58 mips*-*-sysv*) HDEFINES="-G 4" ;;
59 mips*-*-riscos*) HDEFINES="-G 4" ;;
61 m68*-hp-hpux*) HDEFINES=-DHOST_HP300HPUX ;;
63 *-*-aix*) HOST_64BIT_TYPE="long long"
64 HOST_U_64BIT_TYPE="unsigned long long"
67 *-*-solaris*) HOST_64BIT_TYPE="long long"
68 HOST_U_64BIT_TYPE="unsigned long long"
72 HOST_64BIT_TYPE=__int64
73 HOST_U_64BIT_TYPE="unsigned __int64"
74 # The following krock is necessary because we can't run the build compiler
75 # (MSVC) on the configure host, so we have to explicitly set the values here.
76 # Note that this file is never run through autoconf, so we can't use any
77 # autoconf macros here. Because of this, we have to muck with autoconf
78 # variables explicitly.
79 ac_cv_func_mmap_fixed_mapped=no
81 ac_cv_func_getpagesize=no
83 ac_cv_func_mprotect=no
86 ac_cv_header_sys_file_h=no
87 ac_cv_header_sys_time_h=no
88 ac_cv_header_unistd_h=no