This file is indexed.

/usr/share/gprconfig/fallback_targets.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
<?xml version="1.0" ?>

<gprconfig>
  <fallback_targets>
    <target>x86-windows</target>
    <target>x86_64-windows</target>
  </fallback_targets>

  <fallback_targets>
    <target>x86-linux</target>
    <target>x86_64-linux</target>
  </fallback_targets>
</gprconfig>