diff options
| author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2026-09-09 16:49:17 -0300 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2026-09-09 17:00:36 -0300 |
| commit | 89d001d48ec792b972ae2d09e59d8b8a5f2124db (patch) | |
| tree | f9de5a9ff173793fd087858458eb08e5afa40985 | |
| parent | 116f95a0e299fd914787206bd2c22b13b276f9d3 (diff) | |
| download | linux-next-89d001d48ec792b972ae2d09e59d8b8a5f2124db.tar.gz linux-next-89d001d48ec792b972ae2d09e59d8b8a5f2124db.zip | |
tools build: Add zstd to the binutils library feature tests
Recently zstd became needed with the binutils libraries, add it to the
mix.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
| -rw-r--r-- | tools/build/feature/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/build/feature/Makefile b/tools/build/feature/Makefile index 01c48e6ef021..cdf89f132074 100644 --- a/tools/build/feature/Makefile +++ b/tools/build/feature/Makefile @@ -265,17 +265,17 @@ $(OUTPUT)test-libpython.bin: $(BUILD) $(FLAGS_PYTHON_EMBED) $(OUTPUT)test-libbfd.bin: - $(BUILD_BFD) + $(BUILD_BFD) || $(BUILD_BFD) -lzstd $(OUTPUT)test-libbfd-threadsafe.bin: - $(BUILD_BFD) || $(BUILD_BFD) -liberty || $(BUILD_BFD) -liberty -lz + $(BUILD_BFD) || $(BUILD_BFD) -lzstd || $(BUILD_BFD) -liberty || $(BUILD_BFD) -liberty -lz $(OUTPUT)test-disassembler-four-args.bin: - $(BUILD_BFD) -lopcodes || $(BUILD_BFD) -lopcodes -liberty || \ + $(BUILD_BFD) -lopcodes || $(BUILD_BFD) -lopcodes -lzstd || $(BUILD_BFD) -lopcodes -liberty || \ $(BUILD_BFD) -lopcodes -liberty -lz $(OUTPUT)test-disassembler-init-styled.bin: - $(BUILD_BFD) -lopcodes || $(BUILD_BFD) -lopcodes -liberty || \ + $(BUILD_BFD) -lopcodes || $(BUILD_BFD) -lopcodes -liberty || \ $(BUILD_BFD) -lopcodes -liberty -lz $(OUTPUT)test-reallocarray.bin: |
