From 4cc9fc10fda82288a9bb0b16fa877b5d8ab55ade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20B=C3=B6hme?= Date: Fri, 18 Aug 2017 12:44:12 +0800 Subject: [PATCH] Update Readme.md --- Readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index a3256a5f..054a0135 100644 --- a/Readme.md +++ b/Readme.md @@ -81,12 +81,16 @@ export CXXFLAGS="$CXXFLAGS $ADDITIONAL" # Build libxml2 (in order to generate CG and CFGs) pushd $SUBJECT ./autogen.sh - ./configure + ./configure -disable-shared make -j$(nproc) clean make -j$(nproc) all popd +# If the linker (CCLD) complains that you should run ranlib, make +# sure that libLTO.so and LLVMgold.so (from building LLVM with Gold) +# can be found in /usr/lib/bfd-plugins # Test whether CG/CFG extraction was successful +$SUBJECT/xmllint --valid --recover $SUBJECT/test/dtd3 ls $TMP_DIR/dot-files echo "Function targets" cat $TMP_DIR/Ftargets.txt