mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:47:45 +00:00
Toolchain+Ports: Use the GNU hash format by default
This hash format offers faster symbol lookup than the System V hash. We've been using it in all our shared libraries for a long time, but did not have it enabled by default in our toolchain, so ports couldn't make use of it.
This commit is contained in:
parent
5576e9c4c5
commit
bd3ed700f2
2 changed files with 2 additions and 1 deletions
|
@ -380,6 +380,7 @@ pushd "$DIR/Build/$ARCH"
|
|||
--enable-lto \
|
||||
--enable-threads=posix \
|
||||
--enable-initfini-array \
|
||||
--with-linker-hash-style=gnu \
|
||||
${TRY_USE_LOCAL_TOOLCHAIN:+"--quiet"} || exit 1
|
||||
|
||||
echo "XXX build gcc and libgcc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue