mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:27:45 +00:00
Meta: Install 64-bit libgcc_s.so for x86_64 targets
This commit is contained in:
parent
086b7a4537
commit
0cb937416b
2 changed files with 4 additions and 1 deletions
|
@ -40,7 +40,8 @@ else
|
|||
$CP -PdR "$SERENITY_SOURCE_DIR"/Base/* mnt/
|
||||
$CP -PdR Root/* mnt/
|
||||
fi
|
||||
$CP "$SERENITY_SOURCE_DIR"/Toolchain/Local/i686/i686-pc-serenity/lib/libgcc_s.so mnt/usr/lib/
|
||||
SERENITY_ARCH="${SERENITY_ARCH:-i686}"
|
||||
$CP "$SERENITY_SOURCE_DIR"/Toolchain/Local/"$SERENITY_ARCH"/"$SERENITY_ARCH"-pc-serenity/lib/libgcc_s.so mnt/usr/lib/
|
||||
# If umask was 027 or similar when the repo was cloned,
|
||||
# file permissions in Base/ are too restrictive. Restore
|
||||
# the permissions needed in the image.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue