mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:37:46 +00:00
Toolchain: Fix usage of libgcc_s & build PIE executables by default
We can now build the porst with the shared libraries toolchain.
This commit is contained in:
parent
69b0fdd84a
commit
758fc8c063
4 changed files with 5 additions and 4 deletions
|
@ -224,6 +224,7 @@ pushd "$DIR/Build/"
|
|||
--with-newlib \
|
||||
--enable-shared \
|
||||
--enable-languages=c,c++ \
|
||||
--enable-default-pie \
|
||||
${TRY_USE_LOCAL_TOOLCHAIN:+"--quiet"} || exit 1
|
||||
|
||||
echo "XXX build gcc and libgcc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue