Skip to content

Commit 605023e

Browse files
authored
Add libgcc_s.so.1 to utils
1 parent 62fb3be commit 605023e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

create-utils.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,10 @@ if [ ! -f utils/ld-linux-x86-64.so.2 ]; then
157157
cp -L /lib64/ld-linux-x86-64.so.2 utils
158158
fi
159159

160+
if [ ! -f utils/libgcc_s.so.1 ]; then
161+
cp -L /usr/lib/libgcc_s.so.1 utils
162+
fi
163+
160164
find utils -type f -exec strip --strip-unneeded {} \; 2>/dev/null
161165

162166
init_program_size=50000

0 commit comments

Comments
 (0)