1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:07:45 +00:00

Build: Build libgcc_s.so

This is the shared version of libgcc
This commit is contained in:
Itamar 2020-10-17 14:39:32 +03:00 committed by Andreas Kling
parent 58c583f584
commit e2d695eabb
2 changed files with 23 additions and 2 deletions

View file

@ -35,6 +35,7 @@ umask 0022
printf "installing base system... "
$CP -PdR "$SERENITY_ROOT"/Base/* mnt/
$CP "$SERENITY_ROOT"/Toolchain/Local/i686-pc-serenity/lib/libgcc_s.so mnt/usr/lib/
$CP -PdR Root/* mnt/
# If umask was 027 or similar when the repo was cloned,
# file permissions in Base/ are too restrictive. Restore