This file is indexed.

/usr/share/gprconfig/c.xml is in gprbuild 2015-6.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
<?xml version="1.0" ?>
<gprconfig>
   <!--  This package provides the default standard options for a gcc
         C compiler -->

   <configuration>
     <compilers>
       <compiler language="C" />
     </compilers>
     <config>
   package Naming is
      for Spec_Suffix ("C") use ".h";
      for Body_Suffix ("C") use ".c";
   end Naming;
     </config>
   </configuration>

   <configuration>
     <compilers>
       <compiler name="GCC" language="C" />
       <compiler name="GNATGCC" language="C" />
       <compiler name="GCC_Pro" language="C" />
       <compiler name="GCC-28" language="C" />
       <compiler name="GCC-CYGMING" language="C" />
       <compiler name="GCC-SYSGO-X86" language="C" />
       <compiler name="GCC-SYSGO-PPC" language="C" />
     </compilers>
     <config>
   package Compiler is
      for Driver              ("C") use "${PATH(c)}${EXEC(c)}";
   end Compiler;

   package Clean is
      for Source_Artifact_Extensions ("C")   use (".gli", ".stdout", ".stderr");
      for Object_Artifact_Extensions ("C")   use (".s", "ci", ".gcno");
   end Clean;
     </config>
   </configuration>

   <configuration>
     <compilers>
        <compiler name="GCC-MINGW32" language="C" />
     </compilers>
     <config>
   package Compiler is
      for Driver              ("C") use "${PATH(c)}gcc${PREFIX(c)}";
   end Compiler;

   package Clean is
      for Source_Artifact_Extensions ("C")   use (".gli", ".stdout", ".stderr");
      for Object_Artifact_Extensions ("C")   use (".s", "ci", ".gcno");
   end Clean;
     </config>
   </configuration>

   <configuration>
     <compilers>
       <compiler name="GCC-WRS5" language="C" />
       <compiler name="GCC-WRS6" language="C" />
       <compiler name="GCC-WRS6CERT" language="C" />
       <compiler name="GCC-WRS6CERTE500V2" language="C" />
       <compiler name="GCC-WRS6E500V2" language="C" />
       <compiler name="GCC-WRS6LEON" language="C" />
       <compiler name="GCC-WRS653" language="C" />
       <compiler name="GCC-WRS653-E500V2" language="C" />
       <compiler name="GCC-WRS7ARM" language="C" />
       <compiler name="GCC-WRS7E500V2" language="C" />
       <compiler name="GCC-WRS7PPC" language="C" />
       <compiler name="GCC-WRS7X86" language="C" />
       <compiler name="GCC-WRSMILS" language="C" />
       <compiler name="GCC-WRSMILSHAE" language="C" />
       <compiler name="GCC-WRSMILS-E500V2" language="C" />
       <compiler name="GCC-WRSMILSHAE-E500V2" language="C" />
     </compilers>
     <config>
   package Compiler is
      for Driver              ("C") use "${PATH(c)}cc${PREFIX(c)}";
   end Compiler;
     </config>
   </configuration>

   <configuration>
     <compilers>
       <compiler name="DIABC-PPC" language="C" />
     </compilers>
     <config>
   package Compiler is
      for Driver              ("C") use "${PATH(c)}dcc";
   end Compiler;
     </config>
   </configuration>

   <configuration>
     <compilers>
       <compiler name="LLVM" language="C" />
     </compilers>
     <config>
   package Compiler is
      for Driver              ("C") use "${PATH(c)}clang";
   end Compiler;
     </config>
   </configuration>

   <configuration>
     <compilers>
       <compiler name="GCC" language="C" />
       <compiler name="GNATGCC" language="C" />
       <compiler name="GCC_Pro" language="C" />
       <compiler name="GCC-28" language="C" />
       <compiler name="GCC-CYGMING" language="C" />
       <compiler name="GCC-MINGW32" language="C" />
       <compiler name="GCC-SYSGO-X86" language="C" />
       <compiler name="GCC-SYSGO-PPC" language="C" />
       <compiler name="GCC-WRS5" language="C" />
       <compiler name="GCC-WRS6" language="C" />
       <compiler name="GCC-WRS6E500V2" language="C" />
       <compiler name="GCC-WRS6LEON" language="C" />
       <compiler name="GCC-WRS6CERT" language="C" />
       <compiler name="GCC-WRS6CERTE500V2" language="C" />
       <compiler name="GCC-WRS653" language="C" />
       <compiler name="GCC-WRS653-E500V2" language="C" />
       <compiler name="GCC-WRS7ARM" language="C" />
       <compiler name="GCC-WRS7E500V2" language="C" />
       <compiler name="GCC-WRS7PPC" language="C" />
       <compiler name="GCC-WRS7X86" language="C" />
       <compiler name="GCC-WRSMILS" language="C" />
       <compiler name="GCC-WRSMILSHAE" language="C" />
       <compiler name="GCC-WRSMILS-E500V2" language="C" />
       <compiler name="GCC-WRSMILSHAE-E500V2" language="C" />
       <compiler name="LLVM" language="C" />
     </compilers>
     <config>
   package Compiler is
      for Leading_Required_Switches   ("C") use
         ("-c", "-x", "c") &amp; Compiler'Leading_Required_Switches ("C");
      for Include_Path        ("C") use "CPATH";
   end Compiler;
     </config>
   </configuration>

  <!--     GCC 2.8.1 & VxWorks 5
   Switch -MMD is not supported on GCC 2.8.1. So, we use an undocumented
   switch. -MF is not supported by the VxWorks 5 gcc
   -->
   <configuration>
     <compilers>
       <compiler name="GCC-28" language="C" />
       <compiler name="GCC-WRS5" language="C" />
     </compilers>
     <config>
   package Compiler is
      for Dependency_Switches ("C") use ("-Wp,-MMD,");
   end Compiler;
     </config>
   </configuration>

   <configuration>
     <compilers>
       <compiler name="GCC" language="C" />
       <compiler name="GNATGCC" language="C" />
       <compiler name="GCC_Pro" language="C" />
       <compiler name="GCC-CYGMING" language="C" />
       <compiler name="GCC-MINGW32" language="C" />
       <compiler name="GCC-WRS6" language="C" />
       <compiler name="GCC-WRS6E500V2" language="C" />
       <compiler name="GCC-WRS6LEON" language="C" />
       <compiler name="GCC-WRS6CERT" language="C" />
       <compiler name="GCC-WRS6CERTE500V2" language="C" />
       <compiler name="GCC-WRS653" language="C" />
       <compiler name="GCC-WRS653-E500V2" language="C" />
       <compiler name="GCC-WRS7X86" language="C" />
       <compiler name="GCC-WRS7PPC" language="C" />
       <compiler name="GCC-WRS7E500V2" language="C" />
       <compiler name="GCC-WRSMILS" language="C" />
       <compiler name="GCC-WRSMILSHAE" language="C" />
       <compiler name="GCC-WRSMILS-E500V2" language="C" />
       <compiler name="GCC-WRSMILSHAE-E500V2" language="C" />
     </compilers>
     <config>
   package Compiler is
      for Dependency_Switches ("C") use ("-MMD", "-MF", "");
   end Compiler;
     </config>
   </configuration>

   <configuration>
     <compilers>
       <compiler name="DIABC-PPC" language="C" />
     </compilers>
     <config>
   package Compiler is
      for Leading_Required_Switches   ("C") use
         Compiler'Leading_Required_Switches ("C") &amp; ("-tPPC750EH:cross", "-c");
      for Dependency_Switches ("C") use
         ("-Xmake-dependency=6", "-Xmake-dependency-savefile=");
      for Include_Path        ("C") use "CPATH";
   end Compiler;
     </config>
   </configuration>

   <!--  Additional switches needed on some platforms -->

   <configuration>
     <compilers>
       <compiler name="GCC" language="C" />
       <compiler name="GNATGCC" language="C" />
       <compiler name="GCC_Pro" language="C" />
       <compiler name="GCC-28" language="C" />
     </compilers>
     <targets negate="true">
       <target name="^.*LynxOS.*$" />
       <target name="^.*mingw.*$" />
       <target name="^.*cygwin.*$" />
       <target name="^.*dec-osf.*$" />
       <target name="^.*wrs-vxworks.*$" />
     </targets>
     <config>
   package Compiler is
      for PIC_Option ("C") use ("-fPIC");
   end Compiler;
     </config>
   </configuration>

   <!-- for cygming we make sure that the option -mno-cygwin is used -->
   <configuration>
     <compilers>
       <compiler name="GCC-CYGMING" language="C" />
     </compilers>
     <config>
   package Compiler is
      for Leading_Required_Switches ("C") use
        Compiler'Leading_Required_Switches ("C") &amp; ("-mno-cygwin");
   end Compiler;
     </config>
   </configuration>

   <!-- VxWorks 7.x C support using the WRS compilers  -->

   <configuration>
     <compilers>
       <compiler name="GCC-WRS7ARM" runtime="^kernel$" />
       <compiler name="GCC-WRS7PPC" runtime="^kernel$" />
       <compiler name="GCC-WRS7E500V2" runtime="^kernel$" />
       <compiler name="GCC-WRS7X86" runtime="^kernel$" />
     </compilers>
     <config>
   package Compiler is
      for Leading_Required_Switches ("C") use
        Compiler'Leading_Required_Switches ("C")
        &amp; ("-I" &amp; VSB_Dir &amp; "/h",
               "-I" &amp; VSB_Dir &amp; "/share/h",
               "-I" &amp; VSB_Dir &amp; "/krnl/h/system",
               "-I" &amp; VSB_Dir &amp; "/krnl/h/public",
               "-D_WRS_KERNEL");
   end Compiler;
     </config>
   </configuration>

   <configuration>
     <compilers>
       <compiler name="GCC-WRS7ARM" runtime="^rtp$" />
       <compiler name="GCC-WRS7PPC" runtime="^rtp$" />
       <compiler name="GCC-WRS7E500V2" runtime="^rtp$" />
       <compiler name="GCC-WRS7X86" runtime="^rtp$" />
     </compilers>
     <config>
   package Compiler is
      for Leading_Required_Switches ("C") use
        Compiler'Leading_Required_Switches ("C") &amp; ("-mrtp")
        &amp; ("-I" &amp; VSB_Dir &amp; "/h",
               "-I" &amp; VSB_Dir &amp; "/share/h",
               "-I" &amp; VSB_Dir &amp; "/usr/h/public",
               "-I" &amp; VSB_Dir &amp; "/usr/h");
   end Compiler;
     </config>
   </configuration>

   <configuration>
     <compilers>
       <compiler name="GCC-WRS7ARM" />
       <compiler name="GCC-WRS7E500V2" />
       <compiler name="GCC-WRS7PPC" />
       <compiler name="GCC-WRS7X86" />
     </compilers>
     <config>
   package Compiler is
      for Leading_Required_Switches ("C") use
        Compiler'Leading_Required_Switches ("C")
        &amp; ("-DTOOL_FAMILY=gnu",
               "-DTOOL=gnu",
               "-D_VSB_CONFIG_FILE=&lt;config/vsbConfig.h&gt;");
   end Compiler;
     </config>
   </configuration>

   <configuration>
     <compilers>
       <compiler name="GCC-WRS7ARM" />
     </compilers>
     <config>
   package Compiler is
      for Leading_Required_Switches ("C") use
        Compiler'Leading_Required_Switches ("C")
        &amp; ("-DCPU=_VX_ARMARCH7",
               "-t7",
               "-mfpu=vfp",
               "-mfloat-abi=softfp");
   end Compiler;
     </config>
   </configuration>

   <configuration>
     <compilers>
       <compiler name="GCC-WRS7E500V2" />
     </compilers>
     <config>
   package Compiler is
      for Leading_Required_Switches ("C") use
        Compiler'Leading_Required_Switches ("C")
        &amp; ("-DCPU=_VX_PPCE500V2",
               "-te500v2",
               "-mhard-float",
               "-mstrict-align");
   end Compiler;
     </config>
   </configuration>

   <configuration>
     <compilers>
       <compiler name="GCC-WRS7PPC" />
     </compilers>
     <config>
   package Compiler is
      for Leading_Required_Switches ("C") use
        Compiler'Leading_Required_Switches ("C")
        &amp; ("-DCPU=_VX_PPCE500MC",
               "-mno-powerpc-gfxopt",
               "-mno-isel");
   end Compiler;
     </config>
   </configuration>

</gprconfig>