Imported Upstream version 1.22.1
[platform/core/ml/nnfw.git] / tools / cross / armel / tizen.patch
1 diff -u -r a/usr/lib/libc.so b/usr/lib/libc.so
2 --- a/usr/lib/libc.so   2016-12-30 23:00:08.284951863 +0900
3 +++ b/usr/lib/libc.so   2016-12-30 23:00:32.140951815 +0900
4 @@ -2,4 +2,4 @@
5     Use the shared library, but some functions are only in
6     the static library, so try that secondarily.  */
7  OUTPUT_FORMAT(elf32-littlearm)
8 -GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a  AS_NEEDED ( /lib/ld-linux.so.3 ) )
9 +GROUP ( libc.so.6 libc_nonshared.a  AS_NEEDED ( ld-linux.so.3 ) )
10 diff -u -r a/usr/lib/libpthread.so b/usr/lib/libpthread.so
11 --- a/usr/lib/libpthread.so     2016-12-30 23:00:19.408951841 +0900
12 +++ b/usr/lib/libpthread.so     2016-12-30 23:00:39.068951801 +0900
13 @@ -2,4 +2,4 @@
14     Use the shared library, but some functions are only in
15     the static library, so try that secondarily.  */
16  OUTPUT_FORMAT(elf32-littlearm)
17 -GROUP ( /lib/libpthread.so.0 /usr/lib/libpthread_nonshared.a )
18 +GROUP ( libpthread.so.0 libpthread_nonshared.a )