From: mquinson Date: Tue, 8 Mar 2005 21:30:00 +0000 (+0000) Subject: Now that gcc issue on powerpc is fixed, stop being silly and asking for xlC even... X-Git-Tag: v3.3~4185 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/28c2a33427c5ee40763791fcd2c21efa01d86a23?hp=ef988f479b7cc460b9993c709039f4b2395a2caf Now that gcc issue on powerpc is fixed, stop being silly and asking for xlC even when this good ol' gcc is around git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1169 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/tools/graspe-slave.in b/tools/graspe-slave.in index ee21e6bf78..b881d6476f 100644 --- a/tools/graspe-slave.in +++ b/tools/graspe-slave.in @@ -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"