summarylogtreecommitdiffstats
path: root/codeviz.install
diff options
context:
space:
mode:
Diffstat (limited to 'codeviz.install')
-rw-r--r--codeviz.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/codeviz.install b/codeviz.install
index e701d1e4b800..3651ed1c195e 100644
--- a/codeviz.install
+++ b/codeviz.install
@@ -1,7 +1,8 @@
post_install() {
cat << EOT
Patched gcc is installed to /opt/gccgraph. To compile a project
- for use with CodeViz, genearlly the following will work
+ for use with CodeViz, it is necessary to use this version of
+ gcc for compilation, such as:
make CC=/opt/gccgraph/bin/gcc or g++