From 0251a738d447c776054e490677cee91381956261 Mon Sep 17 00:00:00 2001 From: Owen Rafferty Date: Thu, 19 May 2022 12:50:12 -0500 Subject: [PATCH] mold: xxhash has been bundled since 1.1 --- extra/mold/build | 5 ----- extra/mold/checksums | 1 - extra/mold/sources | 1 - 3 files changed, 7 deletions(-) diff --git a/extra/mold/build b/extra/mold/build index 30ff8315..b540d835 100755 --- a/extra/mold/build +++ b/extra/mold/build @@ -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 diff --git a/extra/mold/checksums b/extra/mold/checksums index f00a5934..9c30336b 100644 --- a/extra/mold/checksums +++ b/extra/mold/checksums @@ -1,2 +1 @@ 41868663ff18afee3fa35e5e3fdf3d9575eb2e4ff49967b8f42f479c61c1ec34 -3bb6b7d6f30c591dd65aaaff1c8b7a5b94d81687998ca9400082c739a690436c diff --git a/extra/mold/sources b/extra/mold/sources index 13d5f8d5..c25e2040 100644 --- a/extra/mold/sources +++ b/extra/mold/sources @@ -1,2 +1 @@ https://github.com/rui314/mold/archive/vVERSION.tar.gz -https://github.com/Cyan4973/xxHash/archive/v0.8.1.tar.gz xxhash