OLD | NEW |
1 # GCC target-specific configuration file. | 1 # GCC target-specific configuration file. |
2 # Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 # Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
3 # 2008, 2009 Free Software Foundation, Inc. | 3 # 2008, 2009 Free Software Foundation, Inc. |
4 | 4 |
5 #This file is part of GCC. | 5 #This file is part of GCC. |
6 | 6 |
7 #GCC is free software; you can redistribute it and/or modify it under | 7 #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 | 8 #the terms of the GNU General Public License as published by the Free |
9 #Software Foundation; either version 3, or (at your option) any later | 9 #Software Foundation; either version 3, or (at your option) any later |
10 #version. | 10 #version. |
(...skipping 1065 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1076 tm_file="${tm_file} openbsd.h i386/openbsdelf.h" | 1076 tm_file="${tm_file} openbsd.h i386/openbsdelf.h" |
1077 gas=yes | 1077 gas=yes |
1078 gnu_ld=yes | 1078 gnu_ld=yes |
1079 ;; | 1079 ;; |
1080 i[34567]86-*-coff*) | 1080 i[34567]86-*-coff*) |
1081 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/i38
6-coff.h" | 1081 tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/i38
6-coff.h" |
1082 ;; | 1082 ;; |
1083 *-*-nacl*) | 1083 *-*-nacl*) |
1084 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/
nacl.h" | 1084 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/
nacl.h" |
1085 tmake_file="${tmake_file} i386/t-crtstuff i386/t-crtpc i386/t-crtfm t-df
prules i386/t-nacl64" | 1085 tmake_file="${tmake_file} i386/t-crtstuff i386/t-crtpc i386/t-crtfm t-df
prules i386/t-nacl64" |
| 1086 extra_options="${extra_options} i386/nacl.opt" |
1086 ;; | 1087 ;; |
1087 i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu | i
[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu) | 1088 i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu | i
[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu) |
1088 # Intel 80386's running GNU/* | 1089 # Intel 80386's running GNU/* |
1089 # with ELF format using glibc 2 | 1090 # with ELF format using glibc 2 |
1090 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux
.h" | 1091 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux
.h" |
1091 case ${target} in | 1092 case ${target} in |
1092 i[34567]86-*-linux*) | 1093 i[34567]86-*-linux*) |
1093 if test x$enable_targets = xall; then | 1094 if test x$enable_targets = xall; then |
1094 tm_file="${tm_file} i386/x86-64.h i386/linux64.h" | 1095 tm_file="${tm_file} i386/x86-64.h i386/linux64.h" |
1095 tm_defines="${tm_defines} TARGET_BI_ARCH=1" | 1096 tm_defines="${tm_defines} TARGET_BI_ARCH=1" |
(...skipping 2086 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3182 | 3183 |
3183 if test "$target_cpu_default2" != "" | 3184 if test "$target_cpu_default2" != "" |
3184 then | 3185 then |
3185 if test "$target_cpu_default" != "" | 3186 if test "$target_cpu_default" != "" |
3186 then | 3187 then |
3187 target_cpu_default="(${target_cpu_default}|${target_cpu_default2
})" | 3188 target_cpu_default="(${target_cpu_default}|${target_cpu_default2
})" |
3188 else | 3189 else |
3189 target_cpu_default=$target_cpu_default2 | 3190 target_cpu_default=$target_cpu_default2 |
3190 fi | 3191 fi |
3191 fi | 3192 fi |
OLD | NEW |