File: ppc64-vx7.xml

package info (click to toggle)
gprconfig-kb 25.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 792 kB
  • sloc: xml: 5,801; sh: 98; makefile: 2
file content (44 lines) | stat: -rw-r--r-- 1,123 bytes parent folder | download | duplicates (3)
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
<?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;

<!-- Local target-specific conditions -->

<!ENTITY this_target 'powerpc64-wrs-vxworks7'>

<!ENTITY if_these_c_compilers
    '<compilers>
       <compiler name="^GCC_Pro$" />
       <compiler name="^DIABC-PPC64$" />
     </compilers>'>

<!ENTITY if_these_cpp_compilers
    '<compilers>
       <compiler name="^G\+\+_Pro$" />
     </compilers>'>

<!ENTITY if_these_gnu_wrs_compilers
    '<compilers>
       <!--  No GNU WRS compilers are defined in compilers-ppc64-vx7.xml,
             so this will never match. So this is here for consistency
             only, and to allow a refactoring of the macro later on.
       -->
       <compiler name="^GCC-WRS7PPC64$" />
     </compilers>'>

<!ENTITY this_wrs_rtp_base '0x40000000'>
]>
<gprconfig>

  &environment;

  &configurations_vxworks_gpp;

  &configurations_vx7;

  &configurations_gnat_ar;

</gprconfig>