/usr/share/gprconfig/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 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 | <?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;
<!-- Local target-specific conditions -->
<!ENTITY this_target 'e500v2-wrs-vxworks'>
<!ENTITY this_gnu_wrs_suffix 'ppc'>
<!ENTITY if_these_c_compilers
'<compilers>
<compiler name="GCC_pro" />
<!-- ??? Eventually GCC_Pro will be replaced by a e500v2-vx6-specific
definition:
<compiler name="E500V2-VX6-GCC-ADACORE" />
-->
<compiler name="E500V2-VX6-GCC-WRS" />
</compilers>'>
<!ENTITY if_these_cpp_compilers
'<compilers>
<compiler name="E500V2-VX6-G++-WRS" />
</compilers>'>
<!ENTITY if_these_wrs_compilers
'<compilers>
<compiler name="E500V2-VX6-G++-WRS" />
<compiler name="E500V2-VX6-GCC-WRS" />
</compilers>'>
<!ENTITY if_these_gnu_wrs_compilers
'<compilers>
<compiler name="E500V2-VX6-G++-WRS" />
<compiler name="E500V2-VX6-GCC-WRS" />
</compilers>'>
]>
<gprconfig>
&environment;
<configuration>
&if_this_target;
<config>
for Archive_Builder use ("e500v2-wrs-vxworks-ar", "cr");
for Archive_Builder_Append_Option use ("q");
for Archive_Indexer use ("e500v2-wrs-vxworks-ranlib");
for Archive_Suffix use ".a";
</config>
</configuration>
&configurations_vxworks_gpp;
&configurations_vx6;
<!-- e500v2-specific part -->
<configuration>
&if_these_wrs_compilers;
&config_e500v2_cflags;
</configuration>
</gprconfig>
|