From: Bart Van Assche Date: Sat, 7 Jun 2008 10:43:26 +0000 (+0000) Subject: Split long line. X-Git-Tag: svn/VALGRIND_3_4_0~505 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07e94715097e40758c310887b6145cc4656801d9;p=thirdparty%2Fvalgrind.git Split long line. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8199 --- diff --git a/exp-drd/docs/README.txt b/exp-drd/docs/README.txt index 3e5b8746d7..2e78a75ceb 100644 --- a/exp-drd/docs/README.txt +++ b/exp-drd/docs/README.txt @@ -353,7 +353,8 @@ function system-gcc { unset CC LD_LIBRARY_PATH; export CC LD_LIBRARY_PATH; } function my-gcc { export CC=$HOME/gcc-4.3.0/bin/gcc LD_LIBRARY_PATH=$HOME/gcc-4.3.0/lib64:; } EOF -For an example of how to recompile gcc, see also the script exp-drd/scripts/compile-gcc. +For an example of how to recompile gcc, see also the script +exp-drd/scripts/compile-gcc. Future DRD Versions