/usr/share/gps/plug-ins/toolchains.xml is in gnat-gps-common 5.3dfsg-1.
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 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 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 | <?xml version="1.0" ?>
<!-- Defines the standard toolchains used by the GPS project editor.
THIS PLUG-IN MUST BE LOADED.
-->
<GPS>
<!-- Default toolchain: any toolchain will have those values by default,
prefixed using their name (e.g. gnatmake will be transformed to
name-gnatmake).
Those can be explicitly overriden in the toolchain definition, or
nullified by using an empty value in the corresponding tag
-->
<toolchain_default>
<gnat_driver>gnat</gnat_driver>
<gnat_list>gnatls</gnat_list>
<debugger>gdb</debugger>
<cpp_filt>c++filt</cpp_filt>
<compiler lang="ada">gnatmake</compiler>
<compiler lang="c">gcc</compiler>
<compiler lang="c++">g++</compiler>
<compiler lang="asm">gcc</compiler>
</toolchain_default>
<toolchain name="powerpc-wrs-vxworks">
<cpp_filt>c++filtppc</cpp_filt>
<compiler lang="c">ccppc</compiler>
<compiler lang="c++">c++ppc</compiler>
</toolchain>
<toolchain name="powerpc-wrs-vxworksae">
<debugger>powerpc-wrs-vxworksae-gdb_wtx4</debugger>
<cpp_filt>c++filtppc</cpp_filt>
<compiler lang="c">ccppc</compiler>
<compiler lang="c++">c++ppc</compiler>
</toolchain>
<toolchain name="powerpc-wrs-vxworksmils">
<debugger>powerpc-elf-gdb</debugger>
<cpp_filt>c++filtppc</cpp_filt>
<compiler lang="c">ccppc</compiler>
<compiler lang="c++">c++ppc</compiler>
</toolchain>
<toolchain name="powerpc-wrs-linux"/>
<toolchain name="powerpc-sysgo-pikeos"/>
<toolchain name="i586-sysgo-pikeos"/>
<toolchain name="powerpc-elf"/>
<toolchain name="powerpc-eabispe"/>
<toolchain name="i586-wrs-vxworks">
<debugger>i586-wrs-vxworks6-gdb</debugger>
<cpp_filt>c++filtpentium</cpp_filt>
<compiler lang="c">ccpentium</compiler>
<compiler lang="c++">c++pentium</compiler>
</toolchain>
<toolchain name="i586-wrs-linux"/>
<toolchain name="e500v2-wrs-vxworks">
<cpp_filt>c++filtppc</cpp_filt>
<compiler lang="c">ccppc</compiler>
<compiler lang="c++">c++ppc</compiler>
</toolchain>
<toolchain name="e500v2-wrs-vxworksae">
<cpp_filt>c++filtppc</cpp_filt>
<compiler lang="c">ccppc</compiler>
<compiler lang="c++">c++ppc</compiler>
</toolchain>
<toolchain name="e500v2-wrs-vxworksmils">
<cpp_filt>c++filtppc</cpp_filt>
<compiler lang="c">ccppc</compiler>
<compiler lang="c++">c++ppc</compiler>
</toolchain>
<toolchain name="e500v2-wrs-linux"/>
<toolchain name="leon-wrs-vxworks">
<cpp_filt>c++filtsparc</cpp_filt>
<compiler lang="c">ccsparc</compiler>
<compiler lang="c++">c++sparc</compiler>
</toolchain>
<toolchain name="powerpc-elf-lynxos"/>
<toolchain name="powerpc-xcoff-lynxos"/>
<toolchain name="powerpc-xcoff-lynxos178"/>
<toolchain name="erc32-elf"/>
<toolchain name="leon-elf"/>
<toolchain name="leon3-elf"/>
<toolchain name="arm-mentor-nucleus"/>
<toolchain name="arm-eabi"/>
<toolchain name="avr">
<cpp_filt/>
<compiler lang="c++"></compiler>
<compiler lang="asm"></compiler>
</toolchain>
<toolchain name="dotnet">
<debugger/>
<cpp_filt/>
<compiler lang="c"/>
<compiler lang="c++"/>
<compiler lang="asm"/>
</toolchain>
<toolchain name="aamp">
<gnat_driver>gnaampcmd</gnat_driver>
<gnat_list>gnaampls</gnat_list>
<debugger/>
<cpp_filt/>
<compiler lang="ada">gnaampmake</compiler>
<compiler lang="c"/>
<compiler lang="c++"/>
<compiler lang="asm"/>
</toolchain>
<toolchain name="jvm">
<debugger/>
<cpp_filt/>
<compiler lang="c"/>
<compiler lang="c++"/>
<compiler lang="asm"/>
</toolchain>
</GPS>
|