]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - conform/Makefile
Run conform/ tests using newly built libc
[thirdparty/glibc.git] / conform / Makefile
index c64a83a905b991cc93046f96c2fe080ad8e8f2e9..296db818f0a7225328fce7aaed79e2da4d1850c6 100644 (file)
@@ -176,6 +176,9 @@ $(conformtest-header-tests): $(objpfx)%/conform.out: \
        (set -e; std_hdr=$*; std=$${std_hdr%%/*}; hdr=$${std_hdr#*/}; \
         mkdir -p $(@D); \
         $(PYTHON) $< --cc='$(CC)' --flags='$(conformtest-cc-flags)' \
+                  --ldflags='$(+link-tests-before-inputs)' \
+                  --libs='$(+link-tests-after-inputs)' \
+                  --run-program-prefix='$(run-program-prefix)' \
                   --standard=$$std --header=$$hdr $(conformtest-xfail) \
                   $(conformtest-cross) \
                   > $@ 2>&1); \