File: compilers-e500v2-vx7.xml

package info (click to toggle)
gprbuild 2018-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,248 kB
  • sloc: ada: 68,368; xml: 4,043; makefile: 423; sh: 365; ansic: 97; cpp: 89; fortran: 62
file content (28 lines) | stat: -rw-r--r-- 780 bytes parent folder | download
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-WRS7E500V2</name>
    <executable prefix="1">cc(ppc)</executable>
    &version_from_wrs7_gnu_cc;
    &languages_c;
    &runtimes_vx7;
    <target>e500v2-wrs-vxworks7</target>
  </compiler_description>

  <compiler_description>
    <name>G++-WRS7E500V2</name>
    <executable prefix="1">c\+\+(ppc)</executable>
    &version_from_wrs7_gnu_cpp;
    &languages_cpp;
    &runtimes_vx7;
    <target>e500v2-wrs-vxworks7</target>
  </compiler_description>

</gprconfig>