summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHongbin Zheng <etherzhhb@gmail.com>2012-04-03 06:29:27 +0000
committerHongbin Zheng <etherzhhb@gmail.com>2012-04-03 06:29:27 +0000
commitda4138d1050f1c68606cc951f0b7fd52b105a176 (patch)
treea8a9af71235e0198d7865fe07141acb6a0314d14
parent7629d63bc432d8ecbc4632bc353709622dc8ea28 (diff)
downloadbcm5719-llvm-da4138d1050f1c68606cc951f0b7fd52b105a176.tar.gz
bcm5719-llvm-da4138d1050f1c68606cc951f0b7fd52b105a176.zip
www: Append path instead overwrite path when exporting the path of pocc.
llvm-svn: 153936
-rw-r--r--polly/www/get_started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/www/get_started.html b/polly/www/get_started.html
index 0984294fab5..7a84e97afbc 100644
--- a/polly/www/get_started.html
+++ b/polly/www/get_started.html
@@ -166,7 +166,7 @@ href="http://www.cse.ohio-state.edu/~pouchet/software/pocc/download/pocc-1.0-rc3
tar xzf pocc-1.0-rc3.1-full.tar.gz
cd pocc-1.0-rc3.1
./install.sh
-export PATH=`pwd`/bin
+export PATH=$PATH:`pwd`/bin
</pre>
You also need to install scoplib-0.2.0 and provide its location to
OpenPOWER on IntegriCloud