Update git submodules
[LibreOffice.git] / external / coinmp / libtool.patch
blobca1716f5fdb22f84d4bfe66112c79653f0b43097
1 --- Cbc/ltmain.sh
2 +++ Cbc/ltmain.sh
3 @@ -1254,6 +1254,12 @@
4 prev=
5 continue
6 ;;
7 + mllvm)
8 + # Clang does not use LLVM to link, so we can simply discard any
9 + # '-mllvm $arg' options when doing the link step.
10 + prev=
11 + continue
12 + ;;
13 objectlist)
14 if test -f "$arg"; then
15 save_arg=$arg
16 @@ -1607,6 +1613,11 @@
17 continue
20 + -mllvm)
21 + prev=mllvm
22 + continue
23 + ;;
25 -module)
26 module=yes
27 continue
28 --- Cgl/ltmain.sh
29 +++ Cgl/ltmain.sh
30 @@ -1254,6 +1254,12 @@
31 prev=
32 continue
34 + mllvm)
35 + # Clang does not use LLVM to link, so we can simply discard any
36 + # '-mllvm $arg' options when doing the link step.
37 + prev=
38 + continue
39 + ;;
40 objectlist)
41 if test -f "$arg"; then
42 save_arg=$arg
43 @@ -1607,6 +1613,11 @@
44 continue
47 + -mllvm)
48 + prev=mllvm
49 + continue
50 + ;;
52 -module)
53 module=yes
54 continue
55 --- Clp/ltmain.sh
56 +++ Clp/ltmain.sh
57 @@ -1254,6 +1254,12 @@
58 prev=
59 continue
61 + mllvm)
62 + # Clang does not use LLVM to link, so we can simply discard any
63 + # '-mllvm $arg' options when doing the link step.
64 + prev=
65 + continue
66 + ;;
67 objectlist)
68 if test -f "$arg"; then
69 save_arg=$arg
70 @@ -1607,6 +1613,11 @@
71 continue
74 + -mllvm)
75 + prev=mllvm
76 + continue
77 + ;;
79 -module)
80 module=yes
81 continue
82 --- CoinMP/ltmain.sh
83 +++ CoinMP/ltmain.sh
84 @@ -1254,6 +1254,12 @@
85 prev=
86 continue
88 + mllvm)
89 + # Clang does not use LLVM to link, so we can simply discard any
90 + # '-mllvm $arg' options when doing the link step.
91 + prev=
92 + continue
93 + ;;
94 objectlist)
95 if test -f "$arg"; then
96 save_arg=$arg
97 @@ -1607,6 +1613,11 @@
98 continue
101 + -mllvm)
102 + prev=mllvm
103 + continue
104 + ;;
106 -module)
107 module=yes
108 continue
109 --- CoinUtils/ltmain.sh
110 +++ CoinUtils/ltmain.sh
111 @@ -1254,6 +1254,12 @@
112 prev=
113 continue
115 + mllvm)
116 + # Clang does not use LLVM to link, so we can simply discard any
117 + # '-mllvm $arg' options when doing the link step.
118 + prev=
119 + continue
120 + ;;
121 objectlist)
122 if test -f "$arg"; then
123 save_arg=$arg
124 @@ -1607,6 +1613,11 @@
125 continue
128 + -mllvm)
129 + prev=mllvm
130 + continue
131 + ;;
133 -module)
134 module=yes
135 continue
136 --- Osi/ltmain.sh
137 +++ Osi/ltmain.sh
138 @@ -1254,6 +1254,12 @@
139 prev=
140 continue
142 + mllvm)
143 + # Clang does not use LLVM to link, so we can simply discard any
144 + # '-mllvm $arg' options when doing the link step.
145 + prev=
146 + continue
147 + ;;
148 objectlist)
149 if test -f "$arg"; then
150 save_arg=$arg
151 @@ -1607,6 +1613,11 @@
152 continue
155 + -mllvm)
156 + prev=mllvm
157 + continue
158 + ;;
160 -module)
161 module=yes
162 continue