File tree Expand file tree Collapse file tree 2 files changed +21
-14
lines changed Expand file tree Collapse file tree 2 files changed +21
-14
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<!-- ASIS -->
6
6
7
- <compiler_description >
8
- <name >ASIS</name >
9
- <executable >asis-gcc</executable >
10
- <version >
11
- <external >asis-gcc -v</external >
12
- <grep regexp =" .*for GNAT Pro.+?(\d+(\.\d+)?)" group =" 1" ></grep >
13
- </version >
14
- <languages >Ada</languages >
15
- <runtimes default =" default" >
16
- <directory group =" default" >\.\./lib/gcc/(.*)/(.*)/adalib/</directory >
17
- </runtimes >
18
- <target >asis</target >
19
- </compiler_description >
20
-
21
7
<configuration >
22
8
<compilers >
23
9
<compiler name =" ^ASIS$" />
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+
3
+ <gprconfig >
4
+
5
+ <!-- ASIS tree generator -->
6
+
7
+ <compiler_description >
8
+ <name >ASIS</name >
9
+ <executable >asis-gcc</executable >
10
+ <version >
11
+ <external >asis-gcc -v</external >
12
+ <grep regexp =" .*for GNAT Pro.+?(\d+(\.\d+)?)" group =" 1" ></grep >
13
+ </version >
14
+ <languages >Ada</languages >
15
+ <runtimes default =" default" >
16
+ <directory group =" default" >\.\./lib/gcc/(.*)/(.*)/adalib/</directory >
17
+ </runtimes >
18
+ <target >asis</target >
19
+ </compiler_description >
20
+
21
+ </gprconfig >
You can’t perform that action at this time.
0 commit comments