/usr/share/gprconfig/compilers-e500v2-vx6.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 | <?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 % vx6.ent SYSTEM "vx6.ent"> %vx6.ent;
]>
<gprconfig>
<compiler_description>
<name>E500V2-VX6-GCC-WRS6</name>
<executable prefix="1">cc(ppc)</executable>
&version_from_wind_base;
&languages_c;
&runtimes_vx6;
<target>e500v2-wrs-vxworks</target>
</compiler_description>
<compiler_description>
<name>E500V2-VX6-G++-WRS6</name>
<executable prefix="1">c\+\+(ppc)</executable>
&version_from_wind_base;
&languages_cpp;
&runtimes_vx6;
<target>e500v2-wrs-vxworks</target>
</compiler_description>
</gprconfig>
|