Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1367)

Side by Side Diff: binutils/bfd/configure.host

Issue 3018030: [binutils] Bump binutils to 2.20.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « binutils/bfd/configure ('k') | binutils/bfd/configure.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is a shell script that overrides some of the tools and 1 # This file is a shell script that overrides some of the tools and
2 # flags used on a host specific basis. 2 # flags used on a host specific basis.
3 3
4 # Since the "bfd/hosts" directory is shared by the bfd, opcodes, and 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. 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 6 # This is that index. Each configure.in file should source this file
7 # in its per-host part. 7 # in its per-host part.
8 8
9 # This sets the following shell variables: 9 # This sets the following shell variables:
10 # HDEFINES host specific compiler options 10 # HDEFINES host specific compiler options
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 mips*-sgi-irix3*) HDEFINES="-G 4" ;; 49 mips*-sgi-irix3*) HDEFINES="-G 4" ;;
50 mips*-sgi-irix4*) HDEFINES="-G 4" ;; 50 mips*-sgi-irix4*) HDEFINES="-G 4" ;;
51 mips*-sgi-irix6*) host64=true;; 51 mips*-sgi-irix6*) host64=true;;
52 mips64*-*-linux*) host64=true;; 52 mips64*-*-linux*) host64=true;;
53 mips*-*-sysv4*) ;; 53 mips*-*-sysv4*) ;;
54 mips*-*-sysv*) HDEFINES="-G 4" ;; 54 mips*-*-sysv*) HDEFINES="-G 4" ;;
55 mips*-*-riscos*) HDEFINES="-G 4" ;; 55 mips*-*-riscos*) HDEFINES="-G 4" ;;
56 56
57 m68*-hp-hpux*) HDEFINES=-DHOST_HP300HPUX ;; 57 m68*-hp-hpux*) HDEFINES=-DHOST_HP300HPUX ;;
58 58
59 # Some Solaris systems (osol0906 at least) have a libc that doesn't recognise
60 # the "MS-ANSI" code page name, so we define an override for CP_ACP (sets the
61 # default code page used by windres/windmc when not specified by a commandline
62 # option) to select the "WINDOWS-1252" name instead. See PR11280 for details.
63 *-*-solaris2.11) HDEFINES=-DCP_ACP=1 ;;
64
59 *-*-windows*) 65 *-*-windows*)
60 HOST_64BIT_TYPE=__int64 66 HOST_64BIT_TYPE=__int64
61 HOST_U_64BIT_TYPE="unsigned __int64" 67 HOST_U_64BIT_TYPE="unsigned __int64"
62 # The following krock is necessary because we can't run the build compiler 68 # The following krock is necessary because we can't run the build compiler
63 # (MSVC) on the configure host, so we have to explicitly set the values here. 69 # (MSVC) on the configure host, so we have to explicitly set the values here.
64 # Note that this file is never run through autoconf, so we can't use any 70 # Note that this file is never run through autoconf, so we can't use any
65 # autoconf macros here. Because of this, we have to muck with autoconf 71 # autoconf macros here. Because of this, we have to muck with autoconf
66 # variables explicitly. 72 # variables explicitly.
67 ac_cv_func_mmap_fixed_mapped=no 73 ac_cv_func_mmap_fixed_mapped=no
68 ac_cv_header_time=no 74 ac_cv_header_time=no
69 ac_cv_func_getpagesize=no 75 ac_cv_func_getpagesize=no
70 ac_cv_func_madvise=no 76 ac_cv_func_madvise=no
71 ac_cv_func_mprotect=no 77 ac_cv_func_mprotect=no
72 ac_cv_func_getuid=no 78 ac_cv_func_getuid=no
73 ac_cv_func_getgid=no 79 ac_cv_func_getgid=no
74 ac_cv_header_sys_file_h=no 80 ac_cv_header_sys_file_h=no
75 ac_cv_header_sys_time_h=no 81 ac_cv_header_sys_time_h=no
76 ac_cv_header_unistd_h=no 82 ac_cv_header_unistd_h=no
77 ;; 83 ;;
78 esac 84 esac
OLDNEW
« no previous file with comments | « binutils/bfd/configure ('k') | binutils/bfd/configure.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698