This file is indexed.

/usr/share/gprconfig/compilers-vxworks.xml is in gprbuild 2017-5.

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
<?xml version="1.0" ?>
<!DOCTYPE gprconfig [
<!ENTITY % env.ent SYSTEM "env.ent"> %env.ent;
<!ENTITY % shortcuts.ent SYSTEM "shortcuts.ent"> %shortcuts.ent;
<!ENTITY % vxworks.ent SYSTEM "vxworks.ent"> %vxworks.ent;
<!ENTITY % vx6.ent SYSTEM "vx6.ent"> %vx6.ent;
]>
<gprconfig>

  <compiler_description>
    <name>GCC-WRS6</name>
    <executable prefix="1">cc(arm|pentium|ppc)</executable>

    &version_from_wind_base;
    &languages_c;
    &runtimes_vx6;
    &target_from_wrs_gnu_cc;
  </compiler_description>

  <compiler_description>
    <name>G++-WRS6</name>
    <executable prefix="1">c\+\+(arm|pentium|ppc)</executable>

    &version_from_wind_base;
    &languages_cpp;
    &runtimes_vx6;
    &target_from_wrs_gnu_cpp;
  </compiler_description>

</gprconfig>