/usr/share/gprconfig/baselined.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 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 | <?xml version="1.0" ?>
<gprconfig>
<configuration>
<targets>
<target name="^i686-elinos-linux$" />
</targets>
<config>
for Archive_Builder use ("i686-elinos-linux-ar", "cr");
for Archive_Builder_Append_Option use ("q");
for Archive_Indexer use ("i686-elinos-linux-ranlib");
for Archive_Suffix use ".a";
</config>
</configuration>
<configuration>
<targets>
<target name="^powerpc-elinos-linux$" />
</targets>
<config>
for Archive_Builder use ("powerpc-elinos-linux-ar", "cr");
for Archive_Builder_Append_Option use ("q");
for Archive_Indexer use ("powerpc-elinos-linux-ranlib");
for Archive_Suffix use ".a";
</config>
</configuration>
<configuration>
<targets>
<target name="^powerpc-wrs-linux$" />
</targets>
<config>
for Archive_Builder use ("powerpc-wrs-linux-ar", "cr");
for Archive_Builder_Append_Option use ("q");
for Archive_Indexer use ("powerpc-wrs-linux-ranlib");
for Archive_Suffix use ".a";
</config>
</configuration>
<configuration>
<targets>
<target name="^e500v2-wrs-linux$" />
</targets>
<config>
for Archive_Builder use ("e500v2-wrs-linux-ar", "cr");
for Archive_Builder_Append_Option use ("q");
for Archive_Indexer use ("e500v2-wrs-linux-ranlib");
for Archive_Suffix use ".a";
</config>
</configuration>
<configuration>
<compilers>
<compiler language="Ada" />
</compilers>
<targets>
<target name="^.*-wrs-linux.*$" />
</targets>
<config>
package Linker is
for Driver use Compiler'Driver ("Ada");
end Linker;
</config>
</configuration>
</gprconfig>
|