Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Now that gcc issue on powerpc is fixed, stop being silly and asking for xlC even...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 8 Mar 2005 21:30:00 +0000 (21:30 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 8 Mar 2005 21:30:00 +0000 (21:30 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1169 48e7efb5-ca39-0410-a469-dd3cf9ba447f

tools/graspe-slave.in

index ee21e6b..b881d64 100644 (file)
@@ -78,16 +78,6 @@ fi
 ###
 # Real script
 ###
-if [ "x$CC" = x ] ; then
-  echo "CC not set. Search for xlC"
-  xlC=`which xlC`
-  if [ "x$xlC" != x ] ; then
-    echo "Found (in $xlC)"
-    CONFIGURE_ARGS="$CONFIGURE_ARGS CC=xlC"
-  else
-    echo "Not found. Stick to the defaults"
-  fi
-fi
 
 # expend the path for solaris
 PATH="$PATH:/usr/xpg4/bin"