2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00

mold: xxhash has been bundled since 1.1

This commit is contained in:
Owen Rafferty 2022-05-19 12:50:12 -05:00
parent 7413d7ee00
commit 0251a738d4
No known key found for this signature in database
GPG Key ID: A68B10E2554DEBCB
3 changed files with 0 additions and 7 deletions

View File

@ -1,10 +1,5 @@
#!/bin/sh -e
make -C xxhash
# Point mold to the local xxhash.
export CXXFLAGS="-L$PWD/xxhash -I$PWD/xxhash $CXXFLAGS"
# Force a static build so shared library breakage does not also break the
# linker (and therefore the ability to recover from the issue).
# XXX: Static linking prevents mold from using dlopen() which is required

View File

@ -1,2 +1 @@
41868663ff18afee3fa35e5e3fdf3d9575eb2e4ff49967b8f42f479c61c1ec34
3bb6b7d6f30c591dd65aaaff1c8b7a5b94d81687998ca9400082c739a690436c

View File

@ -1,2 +1 @@
https://github.com/rui314/mold/archive/vVERSION.tar.gz
https://github.com/Cyan4973/xxHash/archive/v0.8.1.tar.gz xxhash