aboutsummaryrefslogtreecommitdiffstats
path: root/config_simple.sh
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2021-01-08 10:12:34 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2021-01-08 10:12:34 +0100
commit69b1b44c0b7761e0cb44cad747b36e12e5277cc1 (patch)
treeaa216814620a4698a9bcf06007906bbf955087c8 /config_simple.sh
parent12fad0dfecb626ceafcbb6e75c6adfd5e108b420 (diff)
downloadcompcert-kvx-69b1b44c0b7761e0cb44cad747b36e12e5277cc1.tar.gz
compcert-kvx-69b1b44c0b7761e0cb44cad747b36e12e5277cc1.zip
Diffstat (limited to 'config_simple.sh')
-rwxr-xr-xconfig_simple.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config_simple.sh b/config_simple.sh
index e164dc99..e2d3844c 100755
--- a/config_simple.sh
+++ b/config_simple.sh
@@ -5,7 +5,7 @@ branch=`git rev-parse --abbrev-ref HEAD`
date=`date -I`
if test "x$CCOMP_INSTALL_PREFIX" = "x" ;
-then CCOMP_INSTALL_PREFIX=/home/gourdinl/Work/VERIMAG/CompCert ;
+then CCOMP_INSTALL_PREFIX=/opt/CompCert ;
fi
./configure --prefix ${CCOMP_INSTALL_PREFIX}/${branch}/${date}_${version}/$arch "$@" $arch