add missing file for previous patch
[external/binutils.git] / packaging / baselibs.conf.old
1 arch i586 targets armv5tel:armv5tel armv6l:armv6l armv7l:armv7l armv7hl:armv7hl armv7nhl:armv7nhl mipsel:mipsel 
2
3 cross-armv5tel-binutils-accel
4   targettype x86 block!
5   targettype 32bit block!
6   targettype armv6l block!
7   targettype armv7l block!
8   targettype armv7hl block!
9   targettype armv7nhl block!
10   targettype mipsel block!
11
12   targettype armv5tel autoreqprov off
13   targettype armv5tel provides "cross-arm-binutils-accel"
14   targettype armv5tel requires "cross-arm-gcc-accel"
15   targettype armv5tel requires "glibc-x86-arm"
16   targettype armv5tel requires "zlib-x86-arm"
17   targettype armv5tel requires "binutils"
18   targettype armv5tel prefix /emul/ia32-linux
19   targettype armv5tel extension -arm
20   targettype armv5tel +/
21   targettype armv5tel -/usr/share/man
22   targettype armv5tel -/usr/share/doc
23   targettype armv5tel requires "tizen-accelerator"
24
25
26
27   targettype armv5tel post " for bin in addr2line ar as c++filt gprov ld ld.bfd nm objcopy objdump ranlib readelf size strings strip ; do"
28   targettype armv5tel post "   binary="/usr/bin/${bin}" "
29   targettype armv5tel post "   if test -e ${binary} -a ! -e ${binary}.orig-arm ; then"
30   targettype armv5tel post "     mv ${binary} ${binary}.orig-arm && ln -s <prefix>${binary} ${binary}"
31   targettype armv5tel post "   else "
32   targettype armv5tel post "     echo "${binary} not installed or ${binary}.orig-arm already present !" "
33   targettype armv5tel post "   fi "
34   targettype armv5tel post " done "
35   targettype armv5tel post " ln -sf /usr/bin/ld /usr/libexec/gcc/armv5tel-tizen-linux-gnueabi/4.5.3/ld"
36   targettype armv5tel post " ln -sf /usr/bin/ld.bfd /usr/libexec/gcc/armv5tel-tizen-linux-gnueabi/4.5.3/ld.bfd"
37
38   targettype armv5tel preun " for bin in addr2line ar as c++filt gprov ld ld.bfd nm objcopy objdump ranlib readelf size strings strip ; do"
39   targettype armv5tel preun "   binary="/usr/bin/${bin}" "
40   targettype armv5tel preun "   if test -e ${binary}.orig-arm ; then"
41   targettype armv5tel preun "     rm ${binary} && mv ${binary}.orig-arm ${binary}"
42   targettype armv5tel preun "   else "
43   targettype armv5tel preun "     echo "${binary}.orig-arm not present !" "
44   targettype armv5tel preun "   fi "
45   targettype armv5tel preun " done "
46   targettype armv5tel preun " rm -f /usr/libexec/gcc/armv5tel-tizen-linux-gnueabi/4.5.3/ld"
47   targettype armv5tel preun " rm -f /usr/libexec/gcc/armv5tel-tizen-linux-gnueabi/4.5.3/ld.bfd"
48
49
50 cross-armv6l-binutils-accel
51   targettype x86 block!
52   targettype 32bit block!
53   targettype armv5tel block!
54   targettype armv7l block!
55   targettype armv7hl block!
56   targettype armv7nhl block!
57   targettype mipsel block!
58
59   targettype armv6l autoreqprov off
60   targettype armv6l provides "cross-arm-binutils-accel"
61   targettype armv6l requires "cross-arm-gcc-accel"
62   targettype armv6l requires "glibc-x86-arm"
63   targettype armv6l requires "zlib-x86-arm"
64   targettype armv6l requires "binutils"
65   targettype armv6l prefix /emul/ia32-linux
66   targettype armv6l extension -arm
67   targettype armv6l +/
68   targettype armv6l -/usr/share/man
69   targettype armv6l -/usr/share/doc
70   targettype armv6l requires "tizen-accelerator"
71
72
73
74   targettype armv6l post " for bin in addr2line ar as c++filt gprov ld ld.bfd nm objcopy objdump ranlib readelf size strings strip ; do"
75   targettype armv6l post "   binary="/usr/bin/${bin}" "
76   targettype armv6l post "   if test -e ${binary} -a ! -e ${binary}.orig-arm ; then"
77   targettype armv6l post "     mv ${binary} ${binary}.orig-arm && ln -s <prefix>${binary} ${binary}"
78   targettype armv6l post "   else "
79   targettype armv6l post "     echo "${binary} not installed or ${binary}.orig-arm already present !" "
80   targettype armv6l post "   fi "
81   targettype armv6l post " done "
82   targettype armv6l post " ln -sf /usr/bin/ld /usr/libexec/gcc/armv6l-tizen-linux-gnueabi/4.5.3/ld"
83   targettype armv6l post " ln -sf /usr/bin/ld.bfd /usr/libexec/gcc/armv6l-tizen-linux-gnueabi/4.5.3/ld.bfd"
84
85   targettype armv6l preun " for bin in addr2line ar as c++filt gprov ld ld.bfd nm objcopy objdump ranlib readelf size strings strip ; do"
86   targettype armv6l preun "   binary="/usr/bin/${bin}" "
87   targettype armv6l preun "   if test -e ${binary}.orig-arm ; then"
88   targettype armv6l preun "     rm ${binary} && mv ${binary}.orig-arm ${binary}"
89   targettype armv6l preun "   else "
90   targettype armv6l preun "     echo "${binary}.orig-arm not present !" "
91   targettype armv6l preun "   fi "
92   targettype armv6l preun " done "
93   targettype armv6l preun " rm -f /usr/libexec/gcc/armv6l-tizen-linux-gnueabi/4.5.3/ld"
94   targettype armv6l preun " rm -f /usr/libexec/gcc/armv6l-tizen-linux-gnueabi/4.5.3/ld.bfd"
95
96
97 cross-armv7l-binutils-accel
98   targettype x86 block!
99   targettype 32bit block!
100   targettype armv5tel block!
101   targettype armv6l block!
102   targettype armv7hl block!
103   targettype armv7nhl block!
104   targettype mipsel block!
105
106   targettype armv7l autoreqprov off
107   targettype armv7l provides "cross-arm-binutils-accel"
108   targettype armv7l requires "cross-arm-gcc-accel"
109   targettype armv7l requires "glibc-x86-arm"
110   targettype armv7l requires "zlib-x86-arm"
111   targettype armv7l requires "binutils"
112   targettype armv7l prefix /emul/ia32-linux
113   targettype armv7l extension -arm
114   targettype armv7l +/
115   targettype armv7l -/usr/share/man
116   targettype armv7l -/usr/share/doc
117   targettype armv7l requires "tizen-accelerator"
118
119
120
121   targettype armv7l post " for bin in addr2line ar as c++filt gprov ld ld.bfd nm objcopy objdump ranlib readelf size strings strip ; do"
122   targettype armv7l post "   binary="/usr/bin/${bin}" "
123   targettype armv7l post "   if test -e ${binary} -a ! -e ${binary}.orig-arm ; then"
124   targettype armv7l post "     mv ${binary} ${binary}.orig-arm && ln -s <prefix>${binary} ${binary}"
125   targettype armv7l post "   else "
126   targettype armv7l post "     echo "${binary} not installed or ${binary}.orig-arm already present !" "
127   targettype armv7l post "   fi "
128   targettype armv7l post " done "
129   targettype armv7l post " ln -sf /usr/bin/ld /usr/libexec/gcc/armv7l-tizen-linux-gnueabi/4.5.3/ld"
130   targettype armv7l post " ln -sf /usr/bin/ld.bfd /usr/libexec/gcc/armv7l-tizen-linux-gnueabi/4.5.3/ld.bfd"
131
132   targettype armv7l preun " for bin in addr2line ar as c++filt gprov ld ld.bfd nm objcopy objdump ranlib readelf size strings strip ; do"
133   targettype armv7l preun "   binary="/usr/bin/${bin}" "
134   targettype armv7l preun "   if test -e ${binary}.orig-arm ; then"
135   targettype armv7l preun "     rm ${binary} && mv ${binary}.orig-arm ${binary}"
136   targettype armv7l preun "   else "
137   targettype armv7l preun "     echo "${binary}.orig-arm not present !" "
138   targettype armv7l preun "   fi "
139   targettype armv7l preun " done "
140   targettype armv7l preun " rm -f /usr/libexec/gcc/armv7l-tizen-linux-gnueabi/4.5.3/ld"
141   targettype armv7l preun " rm -f /usr/libexec/gcc/armv7l-tizen-linux-gnueabi/4.5.3/ld.bfd"
142
143
144 cross-armv7hl-binutils-accel
145   targettype x86 block!
146   targettype 32bit block!
147   targettype armv5tel block!
148   targettype armv6l block!
149   targettype armv7l block!
150   targettype armv7nhl block!
151   targettype mipsel block!
152
153   targettype armv7hl autoreqprov off
154   targettype armv7hl provides "cross-arm-binutils-accel"
155   targettype armv7hl requires "cross-arm-gcc-accel"
156   targettype armv7hl requires "glibc-x86-arm"
157   targettype armv7hl requires "zlib-x86-arm"
158   targettype armv7hl requires "binutils"
159   targettype armv7hl prefix /emul/ia32-linux
160   targettype armv7hl extension -arm
161   targettype armv7hl +/
162   targettype armv7hl -/usr/share/man
163   targettype armv7hl -/usr/share/doc
164   targettype armv7hl requires "tizen-accelerator"
165
166
167
168   targettype armv7hl post " for bin in addr2line ar as c++filt gprov ld ld.bfd nm objcopy objdump ranlib readelf size strings strip ; do"
169   targettype armv7hl post "   binary="/usr/bin/${bin}" "
170   targettype armv7hl post "   if test -e ${binary} -a ! -e ${binary}.orig-arm ; then"
171   targettype armv7hl post "     mv ${binary} ${binary}.orig-arm && ln -s <prefix>${binary} ${binary}"
172   targettype armv7hl post "   else "
173   targettype armv7hl post "     echo "${binary} not installed or ${binary}.orig-arm already present !" "
174   targettype armv7hl post "   fi "
175   targettype armv7hl post " done "
176   targettype armv7hl post " ln -sf /usr/bin/ld /usr/libexec/gcc/armv7hl-tizen-linux-gnueabi/4.5.3/ld"
177   targettype armv7hl post " ln -sf /usr/bin/ld.bfd /usr/libexec/gcc/armv7hl-tizen-linux-gnueabi/4.5.3/ld.bfd"
178
179   targettype armv7hl preun " for bin in addr2line ar as c++filt gprov ld ld.bfd nm objcopy objdump ranlib readelf size strings strip ; do"
180   targettype armv7hl preun "   binary="/usr/bin/${bin}" "
181   targettype armv7hl preun "   if test -e ${binary}.orig-arm ; then"
182   targettype armv7hl preun "     rm ${binary} && mv ${binary}.orig-arm ${binary}"
183   targettype armv7hl preun "   else "
184   targettype armv7hl preun "     echo "${binary}.orig-arm not present !" "
185   targettype armv7hl preun "   fi "
186   targettype armv7hl preun " done "
187   targettype armv7hl preun " rm -f /usr/libexec/gcc/armv7hl-tizen-linux-gnueabi/4.5.3/ld"
188   targettype armv7hl preun " rm -f /usr/libexec/gcc/armv7hl-tizen-linux-gnueabi/4.5.3/ld.bfd"
189
190
191 cross-armv7nhl-binutils-accel
192   targettype x86 block!
193   targettype 32bit block!
194   targettype armv5tel block!
195   targettype armv6l block!
196   targettype armv7l block!
197   targettype armv7hl block!
198   targettype mipsel block!
199
200   targettype armv7nhl autoreqprov off
201   targettype armv7nhl provides "cross-arm-binutils-accel"
202   targettype armv7nhl requires "cross-arm-gcc-accel"
203   targettype armv7nhl requires "glibc-x86-arm"
204   targettype armv7nhl requires "zlib-x86-arm"
205   targettype armv7nhl requires "binutils"
206   targettype armv7nhl prefix /emul/ia32-linux
207   targettype armv7nhl extension -arm
208   targettype armv7nhl +/
209   targettype armv7nhl -/usr/share/man
210   targettype armv7nhl -/usr/share/doc
211   targettype armv7nhl requires "tizen-accelerator"
212
213
214
215   targettype armv7nhl post " for bin in addr2line ar as c++filt gprov ld ld.bfd nm objcopy objdump ranlib readelf size strings strip ; do"
216   targettype armv7nhl post "   binary="/usr/bin/${bin}" "
217   targettype armv7nhl post "   if test -e ${binary} -a ! -e ${binary}.orig-arm ; then"
218   targettype armv7nhl post "     mv ${binary} ${binary}.orig-arm && ln -s <prefix>${binary} ${binary}"
219   targettype armv7nhl post "   else "
220   targettype armv7nhl post "     echo "${binary} not installed or ${binary}.orig-arm already present !" "
221   targettype armv7nhl post "   fi "
222   targettype armv7nhl post " done "
223   targettype armv7nhl post " ln -sf /usr/bin/ld /usr/libexec/gcc/armv7nhl-tizen-linux-gnueabi/4.5.3/ld"
224   targettype armv7nhl post " ln -sf /usr/bin/ld.bfd /usr/libexec/gcc/armv7nhl-tizen-linux-gnueabi/4.5.3/ld.bfd"
225
226   targettype armv7nhl preun " for bin in addr2line ar as c++filt gprov ld ld.bfd nm objcopy objdump ranlib readelf size strings strip ; do"
227   targettype armv7nhl preun "   binary="/usr/bin/${bin}" "
228   targettype armv7nhl preun "   if test -e ${binary}.orig-arm ; then"
229   targettype armv7nhl preun "     rm ${binary} && mv ${binary}.orig-arm ${binary}"
230   targettype armv7nhl preun "   else "
231   targettype armv7nhl preun "     echo "${binary}.orig-arm not present !" "
232   targettype armv7nhl preun "   fi "
233   targettype armv7nhl preun " done "
234   targettype armv7nhl preun " rm -f /usr/libexec/gcc/armv7nhl-tizen-linux-gnueabi/4.5.3/ld"
235   targettype armv7nhl preun " rm -f /usr/libexec/gcc/armv7nhl-tizen-linux-gnueabi/4.5.3/ld.bfd"
236
237
238 cross-mipsel-binutils-accel
239   targettype x86 block!
240   targettype 32bit block!
241   targettype armv5tel block!
242   targettype armv6l block!
243   targettype armv7l block!
244   targettype armv7hl block!
245   targettype armv7nhl block!
246
247   targettype mipsel autoreqprov off
248   targettype mipsel provides "cross-arm-binutils-accel"
249   targettype mipsel requires "cross-arm-gcc-accel"
250   targettype mipsel requires "glibc-x86-arm"
251   targettype mipsel requires "zlib-x86-arm"
252   targettype mipsel requires "binutils"
253   targettype mipsel prefix /emul/ia32-linux
254   targettype mipsel extension -arm
255   targettype mipsel +/
256   targettype mipsel -/usr/share/man
257   targettype mipsel -/usr/share/doc
258   targettype mipsel requires "tizen-accelerator"
259
260
261
262   targettype mipsel post " for bin in addr2line ar as c++filt gprov ld ld.bfd nm objcopy objdump ranlib readelf size strings strip ; do"
263   targettype mipsel post "   binary="/usr/bin/${bin}" "
264   targettype mipsel post "   if test -e ${binary} -a ! -e ${binary}.orig-arm ; then"
265   targettype mipsel post "     mv ${binary} ${binary}.orig-arm && ln -s <prefix>${binary} ${binary}"
266   targettype mipsel post "   else "
267   targettype mipsel post "     echo "${binary} not installed or ${binary}.orig-arm already present !" "
268   targettype mipsel post "   fi "
269   targettype mipsel post " done "
270   targettype mipsel post " ln -sf /usr/bin/ld /usr/libexec/gcc/mipsel-tizen-linux-gnueabi/4.5.3/ld"
271   targettype mipsel post " ln -sf /usr/bin/ld.bfd /usr/libexec/gcc/mipsel-tizen-linux-gnueabi/4.5.3/ld.bfd"
272
273   targettype mipsel preun " for bin in addr2line ar as c++filt gprov ld ld.bfd nm objcopy objdump ranlib readelf size strings strip ; do"
274   targettype mipsel preun "   binary="/usr/bin/${bin}" "
275   targettype mipsel preun "   if test -e ${binary}.orig-arm ; then"
276   targettype mipsel preun "     rm ${binary} && mv ${binary}.orig-arm ${binary}"
277   targettype mipsel preun "   else "
278   targettype mipsel preun "     echo "${binary}.orig-arm not present !" "
279   targettype mipsel preun "   fi "
280   targettype mipsel preun " done "
281   targettype mipsel preun " rm -f /usr/libexec/gcc/mipsel-tizen-linux-gnueabi/4.5.3/ld"
282   targettype mipsel preun " rm -f /usr/libexec/gcc/mipsel-tizen-linux-gnueabi/4.5.3/ld.bfd"
283