Renamed compile-gcc into download-and-build-gcc.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8248
This commit is contained in:
Bart Van Assche
2008-06-18 08:26:45 +00:00
parent 3f7ea77263
commit 20f13cbcc9
2 changed files with 2 additions and 2 deletions

View File

@@ -354,7 +354,7 @@ function my-gcc { export CC=$HOME/gcc-4.3.0/bin/gcc LD_LIBRARY_PATH=$HOME/gcc-4.
EOF
For an example of how to recompile gcc, see also the script
exp-drd/scripts/compile-gcc.
exp-drd/scripts/download-and-build-gcc.
Future DRD Versions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Make sure that libgmp and libmpfr are installed before you run this script.
# On Debian systems, e.g. Ubuntu, you can install these libraries as follows: