Skip to content

Commit

Permalink
Update to GCC 13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed Sep 2, 2023
1 parent 6d3ed0b commit 42e489e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,10 @@ for target in "${targets[@]}"; do
if [ "${basename}" == "${soname}" ]; then
continue
fi
echo "'${name} ,${basename} ${soname}"
echo "'${basename}' '${soname}'"
unlink "${name}"

ln --symbolic "${soname}" "${basename}"
ln --symbolic "${soname}" "${basename}" || true
done <<< "$(find "${toolchain_directory}/${triplet}/lib" -maxdepth '1' -mindepth '1' -type 'f' -wholename '*lib*.so*')"

sed --in-place 's|/usr/lib|.|g; s|/lib/|./|g' "${toolchain_directory}/${triplet}/lib/libc.so"
Expand Down

0 comments on commit 42e489e

Please sign in to comment.