forked from kiss-community/repo
mold: xxhash has been bundled since 1.1
This commit is contained in:
parent
7413d7ee00
commit
0251a738d4
@ -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
|
||||
|
@ -1,2 +1 @@
|
||||
41868663ff18afee3fa35e5e3fdf3d9575eb2e4ff49967b8f42f479c61c1ec34
|
||||
3bb6b7d6f30c591dd65aaaff1c8b7a5b94d81687998ca9400082c739a690436c
|
||||
|
@ -1,2 +1 @@
|
||||
https://github.com/rui314/mold/archive/vVERSION.tar.gz
|
||||
https://github.com/Cyan4973/xxHash/archive/v0.8.1.tar.gz xxhash
|
||||
|
Loading…
Reference in New Issue
Block a user