File: aarch64-vx7r2.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 (94 lines) | stat: -rw-r--r-- 2,120 bytes parent folder | download | duplicates (2)
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?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 'aarch64-wrs-vxworks7r2'>

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

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

<!ENTITY if_these_gnu_wrs_compilers
    '<compilers>
       <compiler name="^LLVMC-AARCH64$" />
     </compilers>'>

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

  &environment;

  &configurations_vxworks_gpp;

  &configurations_vx7;

  &configurations_gnat_ar;

  <!--
   __aarch64_swp1_acq is provided by libgcc, but we want to avoid that
   dependency since we don't want users to link with libgcc when using
   restricted runtimes (this would introduce issues with certification).
  -->

  <configuration>
    &if_ada;
    &if_restricted_rts;
    &if_this_target;

    <!-- vx7r2cert -->

   <config>
   package Compiler is
      for Leading_Required_Switches   ("Ada") use
        Compiler'Leading_Required_Switches ("Ada")
        &amp; ("-mno-outline-atomics");
   end Compiler;
   </config>
  </configuration>

  <configuration>
    &if_adacore_c;
    &if_restricted_rts;
    &if_this_target;

    <!-- vx7r2cert -->

   <config>
   package Compiler is
      for Leading_Required_Switches   ("C") use
        Compiler'Leading_Required_Switches ("C")
        &amp; ("-mno-outline-atomics");
   end Compiler;
   </config>
  </configuration>

  <configuration>
    &if_adacore_cpp;
    &if_restricted_rts;
    &if_this_target;

    <!-- vx7r2cert -->

   <config>
   package Compiler is
      for Leading_Required_Switches   ("C++") use
        Compiler'Leading_Required_Switches ("C++")
        &amp; ("-mno-outline-atomics");
   end Compiler;
   </config>
  </configuration>

</gprconfig>