comparison gcc/config.build @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents b7f97abdc517
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 # GCC build-specific configuration file. 1 # GCC build-specific configuration file.
2 # Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2007, 2008, 2009, 2010 2 # Copyright (C) 1997-2017 Free Software Foundation, Inc.
3 # Free Software Foundation, Inc.
4 3
5 #This file is part of GCC. 4 #This file is part of GCC.
6 5
7 #GCC is free software; you can redistribute it and/or modify it under 6 #GCC is free software; you can redistribute it and/or modify it under
8 #the terms of the GNU General Public License as published by the Free 7 #the terms of the GNU General Public License as published by the Free
49 build_install_headers_dir=install-headers-tar 48 build_install_headers_dir=install-headers-tar
50 build_file_translate= 49 build_file_translate=
51 50
52 # System-specific settings. 51 # System-specific settings.
53 case $build in 52 case $build in
54 alpha64-dec-*vms*)
55 build_xm_file="vms/xm-vms.h vms/xm-vms64.h"
56 build_exeext=.exe
57 build_install_headers_dir=install-headers-cp
58 prefix=/gnu
59 local_prefix=/gnu/local
60 ;;
61 alpha*-dec-*vms*)
62 build_xm_file="vms/xm-vms.h"
63 build_exeext=.exe
64 build_install_headers_dir=install-headers-cp
65 prefix=/gnu
66 local_prefix=/gnu/local
67 ;;
68 hppa1.0-*-hpux1[01]* | \ 53 hppa1.0-*-hpux1[01]* | \
69 hppa*64*-*-hpux11* | \ 54 hppa*64*-*-hpux11* | \
70 hppa1.1-*-hpux11* | \ 55 hppa1.1-*-hpux11* | \
71 hppa2*-*-hpux11* ) 56 hppa2*-*-hpux11* )
72 build_install_headers_dir=install-headers-cpio 57 build_install_headers_dir=install-headers-cpio
73 ;; 58 ;;
74 i370-*-opened* | i370-*-mvs* ) 59 i[34567]86-*-cygwin* | x86_64-*-cygwin* )
75 # IBM 360/370/390 Architecture
76 build_xm_defines='FATAL_EXIT_CODE=12'
77 ;;
78 i[34567]86-*-cygwin* | i[34567]86-*-pe )
79 build_xm_file=i386/xm-cygwin.h 60 build_xm_file=i386/xm-cygwin.h
80 build_exeext=.exe 61 build_exeext=.exe
81 ;; 62 ;;
82 i[34567]86-*-mingw32* | x86_64-*-mingw*) 63 i[34567]86-*-mingw32* | x86_64-*-mingw*)
83 build_xm_file=i386/xm-mingw32.h 64 build_xm_file=i386/xm-mingw32.h
90 ;; 71 ;;
91 i[34567]86-pc-msdosdjgpp*) 72 i[34567]86-pc-msdosdjgpp*)
92 build_xm_file=i386/xm-djgpp.h 73 build_xm_file=i386/xm-djgpp.h
93 build_exeext=.exe 74 build_exeext=.exe
94 ;; 75 ;;
95 i[34567]86-*-sco3.2v5*)
96 # 80386 running SCO Open Server 5
97 build_install_headers_dir=install-headers-cpio
98 ;;
99 i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4* )
100 build_install_headers_dir=install-headers-cpio
101 ;;
102 i[34567]86-*-sysv4*)
103 # Intel x86 running system V r4
104 build_install_headers_dir=install-headers-cpio
105 ;;
106 i[34567]86-*-udk*)
107 # Intel x86 on SCO UW/OSR5 Dev Kit
108 build_install_headers_dir=install-headers-cpio
109 ;;
110 i[34567]86-*-uwin*)
111 build_exeext=.exe
112 ;;
113 i386-*-vsta)
114 # Intel 80386's running VSTa kernel
115 ;;
116 ia64-hp-*vms*)
117 build_xm_file="vms/xm-vms.h vms/xm-vms64.h"
118 build_exeext=.exe
119 build_install_headers_dir=install-headers-cp
120 prefix=/gnu
121 local_prefix=/gnu/local
122 ;;
123 m68000-hp-hpux* | m68k-hp-hpux*)
124 # HP 9000 series 300
125 build_install_headers_dir=install-headers-cpio
126 ;;
127 *-*-sysv*) 76 *-*-sysv*)
128 # All other System V variants. 77 # All other System V variants.
129 build_install_headers_dir=install-headers-cpio 78 build_install_headers_dir=install-headers-cpio
130 ;; 79 ;;
80 *-*-*vms*)
81 # All OpenVMS targets.
82 build_xm_file="vms/xm-vms.h"
83 build_exeext=.exe
84 build_install_headers_dir=install-headers-cp
85 ;;
131 esac 86 esac
132 87