]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add possible workaround for FAQ 16, from Adam Spragg.
authorNicholas Nethercote <n.nethercote@gmail.com>
Sat, 3 Jan 2004 10:57:20 +0000 (10:57 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Sat, 3 Jan 2004 10:57:20 +0000 (10:57 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2165

FAQ.txt

diff --git a/FAQ.txt b/FAQ.txt
index 93105d0bbcadeacdcff4c48b0b0fd444101153c6..61df533f3b407c60386731058fb359c75be26454 100644 (file)
--- a/FAQ.txt
+++ b/FAQ.txt
@@ -340,7 +340,8 @@ Q16.  When I trying building Valgrind, 'make' dies partway with an
 A16.  It's probably a bug in 'make'.  Some, but not all, instances of
       version 3.79.1 have this bug, see 
       www.mail-archive.com/bug-make@gnu.org/msg01658.html.  Try upgrading to a
-      more recent version of 'make'.
+      more recent version of 'make'.  Alternatively, we have heard that
+      unsetting the CFLAGS environment variable avoids the problem.
 
 -----------------------------------------------------------------