From: Mark Huang Date: Wed, 28 Jun 2006 19:21:37 +0000 (+0000) Subject: - just warn if gcc 3.x compiler can't be found X-Git-Tag: before-fedora-2_6_18-1_2239_FC5-vs2_0_2_2-rc6-merge~46 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=3d259a949928fe43072ddf0d0317523743fd8e7c;p=linux-2.6.git - just warn if gcc 3.x compiler can't be found --- diff --git a/scripts/kernel-2.6-planetlab.spec b/scripts/kernel-2.6-planetlab.spec index dcda04f6c..c36b26017 100644 --- a/scripts/kernel-2.6-planetlab.spec +++ b/scripts/kernel-2.6-planetlab.spec @@ -343,8 +343,10 @@ BuildKernel() { echo "gcc3 = $gcc3; CC=${CC}" if [ -z "$CC" ]; then echo "Could not find a gcc 3.x based compiler!" - echo "Aborting kernel compilation!" - exit -1 + echo "Trying to compile with gcc $gccversion anyway" + CC=gcc + #echo "Aborting kernel compilation!" + #exit -1 fi fi HOSTCC=${CC}