Upload Tizen:Base source
[external/binutils.git] / packaging / baselibs.conf
1 arch i586 targets armv5tel:armv5tel armv7l:armv7l armv7hl:armv7hl armv7nhl:armv7nhl 
2
3 cross-armv5tel-binutils-accel
4   targettype x86 block!
5   targettype 32bit block!
6   targettype armv7l block!
7   targettype armv7hl block!
8   targettype armv7nhl block!
9
10   targettype armv5tel autoreqprov off
11   targettype armv5tel provides "cross-arm-binutils-accel"
12   targettype armv5tel requires "glibc-x86-arm"
13   targettype armv5tel requires "zlib-x86-arm"
14   targettype armv5tel requires "binutils"
15   targettype armv5tel prefix /emul/ia32-linux
16   targettype armv5tel extension -arm
17   targettype armv5tel +/
18   targettype armv5tel -/usr/share/man
19   targettype armv5tel -/usr/share/doc
20   targettype armv5tel requires "tizen-accelerator"
21
22
23
24   targettype armv5tel post " for bin in addr2line ar as c++filt gprov ld nm objcopy objdump ranlib readelf size strings strip ; do"
25   targettype armv5tel post "   binary="/usr/bin/${bin}" "
26   targettype armv5tel post "   if test -e ${binary} -a ! -e ${binary}.orig-arm ; then"
27   targettype armv5tel post "     mv ${binary} ${binary}.orig-arm && ln -s <prefix>${binary} ${binary}"
28   targettype armv5tel post "   else "
29   targettype armv5tel post "     echo "${binary} not installed or ${binary}.orig-arm already present !" "
30   targettype armv5tel post "   fi "
31   targettype armv5tel post " done "
32
33   targettype armv5tel preun " for bin in addr2line ar as c++filt gprov ld nm objcopy objdump ranlib readelf size strings strip ; do"
34   targettype armv5tel preun "   binary="/usr/bin/${bin}" "
35   targettype armv5tel preun "   if test -e ${binary}.orig-arm ; then"
36   targettype armv5tel preun "     rm ${binary} && mv ${binary}.orig-arm ${binary}"
37   targettype armv5tel preun "   else "
38   targettype armv5tel preun "     echo "${binary}.orig-arm not present !" "
39   targettype armv5tel preun "   fi "
40   targettype armv5tel preun " done "
41
42
43 cross-armv7l-binutils-accel
44   targettype x86 block!
45   targettype 32bit block!
46   targettype armv5tel block!
47   targettype armv7hl block!
48   targettype armv7nhl block!
49
50   targettype armv7l autoreqprov off
51   targettype armv7l provides "cross-arm-binutils-accel"
52   targettype armv7l requires "glibc-x86-arm"
53   targettype armv7l requires "zlib-x86-arm"
54   targettype armv7l requires "binutils"
55   targettype armv7l prefix /emul/ia32-linux
56   targettype armv7l extension -arm
57   targettype armv7l +/
58   targettype armv7l -/usr/share/man
59   targettype armv7l -/usr/share/doc
60   targettype armv7l requires "tizen-accelerator"
61
62
63
64   targettype armv7l post " for bin in addr2line ar as c++filt gprov ld nm objcopy objdump ranlib readelf size strings strip ; do"
65   targettype armv7l post "   binary="/usr/bin/${bin}" "
66   targettype armv7l post "   if test -e ${binary} -a ! -e ${binary}.orig-arm ; then"
67   targettype armv7l post "     mv ${binary} ${binary}.orig-arm && ln -s <prefix>${binary} ${binary}"
68   targettype armv7l post "   else "
69   targettype armv7l post "     echo "${binary} not installed or ${binary}.orig-arm already present !" "
70   targettype armv7l post "   fi "
71   targettype armv7l post " done "
72
73   targettype armv7l preun " for bin in addr2line ar as c++filt gprov ld nm objcopy objdump ranlib readelf size strings strip ; do"
74   targettype armv7l preun "   binary="/usr/bin/${bin}" "
75   targettype armv7l preun "   if test -e ${binary}.orig-arm ; then"
76   targettype armv7l preun "     rm ${binary} && mv ${binary}.orig-arm ${binary}"
77   targettype armv7l preun "   else "
78   targettype armv7l preun "     echo "${binary}.orig-arm not present !" "
79   targettype armv7l preun "   fi "
80   targettype armv7l preun " done "
81
82
83 cross-armv7hl-binutils-accel
84   targettype x86 block!
85   targettype 32bit block!
86   targettype armv5tel block!
87   targettype armv7l block!
88   targettype armv7nhl block!
89
90   targettype armv7hl autoreqprov off
91   targettype armv7hl provides "cross-arm-binutils-accel"
92   targettype armv7hl requires "glibc-x86-arm"
93   targettype armv7hl requires "zlib-x86-arm"
94   targettype armv7hl requires "binutils"
95   targettype armv7hl prefix /emul/ia32-linux
96   targettype armv7hl extension -arm
97   targettype armv7hl +/
98   targettype armv7hl -/usr/share/man
99   targettype armv7hl -/usr/share/doc
100   targettype armv7hl requires "tizen-accelerator"
101
102
103
104   targettype armv7hl post " for bin in addr2line ar as c++filt gprov ld nm objcopy objdump ranlib readelf size strings strip ; do"
105   targettype armv7hl post "   binary="/usr/bin/${bin}" "
106   targettype armv7hl post "   if test -e ${binary} -a ! -e ${binary}.orig-arm ; then"
107   targettype armv7hl post "     mv ${binary} ${binary}.orig-arm && ln -s <prefix>${binary} ${binary}"
108   targettype armv7hl post "   else "
109   targettype armv7hl post "     echo "${binary} not installed or ${binary}.orig-arm already present !" "
110   targettype armv7hl post "   fi "
111   targettype armv7hl post " done "
112
113   targettype armv7hl preun " for bin in addr2line ar as c++filt gprov ld nm objcopy objdump ranlib readelf size strings strip ; do"
114   targettype armv7hl preun "   binary="/usr/bin/${bin}" "
115   targettype armv7hl preun "   if test -e ${binary}.orig-arm ; then"
116   targettype armv7hl preun "     rm ${binary} && mv ${binary}.orig-arm ${binary}"
117   targettype armv7hl preun "   else "
118   targettype armv7hl preun "     echo "${binary}.orig-arm not present !" "
119   targettype armv7hl preun "   fi "
120   targettype armv7hl preun " done "
121
122
123 cross-armv7nhl-binutils-accel
124   targettype x86 block!
125   targettype 32bit block!
126   targettype armv5tel block!
127   targettype armv7l block!
128   targettype armv7hl block!
129
130   targettype armv7nhl autoreqprov off
131   targettype armv7nhl provides "cross-arm-binutils-accel"
132   targettype armv7nhl requires "glibc-x86-arm"
133   targettype armv7nhl requires "zlib-x86-arm"
134   targettype armv7nhl requires "binutils"
135   targettype armv7nhl prefix /emul/ia32-linux
136   targettype armv7nhl extension -arm
137   targettype armv7nhl +/
138   targettype armv7nhl -/usr/share/man
139   targettype armv7nhl -/usr/share/doc
140   targettype armv7nhl requires "tizen-accelerator"
141
142
143
144   targettype armv7nhl post " for bin in addr2line ar as c++filt gprov ld nm objcopy objdump ranlib readelf size strings strip ; do"
145   targettype armv7nhl post "   binary="/usr/bin/${bin}" "
146   targettype armv7nhl post "   if test -e ${binary} -a ! -e ${binary}.orig-arm ; then"
147   targettype armv7nhl post "     mv ${binary} ${binary}.orig-arm && ln -s <prefix>${binary} ${binary}"
148   targettype armv7nhl post "   else "
149   targettype armv7nhl post "     echo "${binary} not installed or ${binary}.orig-arm already present !" "
150   targettype armv7nhl post "   fi "
151   targettype armv7nhl post " done "
152
153   targettype armv7nhl preun " for bin in addr2line ar as c++filt gprov ld nm objcopy objdump ranlib readelf size strings strip ; do"
154   targettype armv7nhl preun "   binary="/usr/bin/${bin}" "
155   targettype armv7nhl preun "   if test -e ${binary}.orig-arm ; then"
156   targettype armv7nhl preun "     rm ${binary} && mv ${binary}.orig-arm ${binary}"
157   targettype armv7nhl preun "   else "
158   targettype armv7nhl preun "     echo "${binary}.orig-arm not present !" "
159   targettype armv7nhl preun "   fi "
160   targettype armv7nhl preun " done "
161