/usr/share/gprconfig/compilers-ppc64-vx7.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 | <?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 % vx7.ent SYSTEM "vx7.ent"> %vx7.ent;
]>
<gprconfig>
<!-- Diab PPC64 C & C++ Compiler -->
<!-- check that the version is >= 5.9.6.0 -->
<compiler_description>
<name>DIABC-PPC64</name>
<executable>dcc</executable>
<version>
<external>dcc -V</external>
<grep regexp=".*dcc(.exe)? Rel ([0-9.]*)" group="2"></grep>
<must_match>5[.]9[.][6-9].*</must_match>
</version>
<languages>C,C++</languages>
&runtimes_vx7;
<target>powerpc64-wrs-vxworks7</target>
</compiler_description>
</gprconfig>
|