blob: b3b7d8bc43573a13d439c6d32a95469e9e0b6a29 (
plain) (
blame)
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
|
--- share/gprconfig/linker.xml.orig 2015-04-28 14:21:56 UTC
+++ share/gprconfig/linker.xml
@@ -687,11 +687,14 @@
</config>
</configuration>
- <!-- linux, freebsd and Irix-->
+ <!-- linux, bsd and Irix-->
<configuration>
<targets>
<target name="^.*linux.*$" />
<target name="^.*freebsd.*$" />
+ <target name="^.*dragonfly.*$" />
+ <target name="^.*openbsd.*$" />
+ <target name="^.*netbsd.*$" />
<target name="^.*irix.*$" />
</targets>
<config>
@@ -763,10 +766,13 @@
</config>
</configuration>
- <!-- freebsd -->
+ <!-- bsd -->
<configuration>
<targets>
<target name="^.*freebsd.*$" />
+ <target name="^.*dragonfly.*$" />
+ <target name="^.*openbsd.*$" />
+ <target name="^.*netbsd.*$" />
</targets>
<config>
for Run_Path_Option use ("-Wl,-rpath,");
@@ -1308,6 +1314,12 @@
<target name="^.*mingw.*$" />
<target name="^.*linux.*$" />
<target name="^.*freebsd.*$" />
+ <target name="^.*dragonfly.*$" />
+ <target name="^.*openbsd.*$" />
+ <target name="^.*netbsd.*$" />
+ <target name="^.*dragonfly.*$" />
+ <target name="^.*openbsd.*$" />
+ <target name="^.*netbsd.*$" />
</targets>
<compilers negate="true">
<compiler language="C++" />
@@ -1392,6 +1404,9 @@
<target name="^.*mingw.*$" />
<target name="^.*linux.*$" />
<target name="^.*freebsd.*$" />
+ <target name="^.*dragonfly.*$" />
+ <target name="^.*openbsd.*$" />
+ <target name="^.*netbsd.*$" />
</targets>
<compilers>
<compiler language="C++" />
|