]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added ld -v to aarch64fuzz
authorYann Collet <cyan@fb.com>
Thu, 7 Jun 2018 01:15:57 +0000 (18:15 -0700)
committerYann Collet <cyan@fb.com>
Thu, 7 Jun 2018 01:15:57 +0000 (18:15 -0700)
to better understand the travis CI linking bug

Makefile

index 5756e630cc46faac6b7d3c4282474e7e48064bd1..4695ed9f53264bf6100fe5db4c4f57659c4d2187 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -183,6 +183,7 @@ armfuzz: clean
        CC=arm-linux-gnueabi-gcc QEMU_SYS=qemu-arm-static MOREFLAGS="-static" FUZZER_FLAGS=--no-big-tests $(MAKE) -C $(TESTDIR) fuzztest
 
 aarch64fuzz: clean
+       ld -v
        CC=aarch64-linux-gnu-gcc QEMU_SYS=qemu-aarch64-static MOREFLAGS="-static" FUZZER_FLAGS=--no-big-tests $(MAKE) -C $(TESTDIR) fuzztest
 
 ppcfuzz: clean