File tree 2 files changed +3
-8
lines changed
2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ diff -u -r a/usr/lib/libc.so b/usr/lib/libc.so
5
5
Use the shared library, but some functions are only in
6
6
the static library, so try that secondarily. */
7
7
OUTPUT_FORMAT(elf64-littleaarch64)
8
- - GROUP ( /lib64/libc.so.6 /usr/lib64/libc_nonshared.a AS_NEEDED ( /lib /ld-linux-aarch64.so.1 ) )
8
+ - GROUP ( /lib64/libc.so.6 /usr/lib64/libc_nonshared.a AS_NEEDED ( /lib64 /ld-linux-aarch64.so.1 ) )
9
9
+ GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux-aarch64.so.1 ) )
Original file line number Diff line number Diff line change @@ -156,13 +156,8 @@ fetch_tizen_pkgs()
156
156
done
157
157
}
158
158
159
- if [ " $TIZEN_ARCH " == " riscv64" ]; then
160
- BASE=" Tizen-Base-RISCV"
161
- UNIFIED=" Tizen-Unified-RISCV"
162
- else
163
- BASE=" Tizen-Base"
164
- UNIFIED=" Tizen-Unified"
165
- fi
159
+ BASE=" Tizen-Base"
160
+ UNIFIED=" Tizen-Unified"
166
161
167
162
Inform " Initialize ${TIZEN_ARCH} base"
168
163
fetch_tizen_pkgs_init standard $BASE
You can’t perform that action at this time.
0 commit comments