From 28c2a33427c5ee40763791fcd2c21efa01d86a23 Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 8 Mar 2005 21:30:00 +0000 Subject: [PATCH] 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 --- tools/graspe-slave.in | 10 ---------- 1 file changed, 10 deletions(-) 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" -- 2.20.1