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:
parent
58c583f584
commit
e2d695eabb
2 changed files with 23 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue