mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-08 21:09:49 +00:00
Renamed compile-gcc into download-and-build-gcc.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8248
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
Reference in New Issue
Block a user