blob: d33cb33c2d8631b7258db5cad0e7a555e55b3651 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" ?>
<gprconfig>
<configuration>
<targets>
<target name=".*foxkit-linux.*" />
</targets>
<hosts>
<host name=".*foxkit-linux.*" />
</hosts>
<config>
for Archive_Builder use ("ar", "cr");
for Archive_Builder_Append_Option use ("q");
for Archive_Indexer use ("ranlib");
for Archive_Suffix use ".a";
</config>
</configuration>
</gprconfig>
|