/usr/share/gprconfig/compilers-x86_64-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 26 27 28 | <?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>
<compiler_description>
<name>GCC-WRS7X86_64</name>
<executable prefix="1">cc(pentium)</executable>
&version_from_wrs7_gnu_cc;
&languages_c;
&runtimes_vx7;
<target>x86_64-wrs-vxworks7</target>
</compiler_description>
<compiler_description>
<name>G++-WRS7X86_64</name>
<executable prefix="1">c\+\+(pentium)</executable>
&version_from_wrs7_gnu_cpp;
&languages_cpp;
&runtimes_vx7;
<target>x86_64-wrs-vxworks7</target>
</compiler_description>
</gprconfig>
|