Whamcloud - gitweb
b=23185 properly support sles10 ppc64
[fs/lustre-release.git] / lustre / kernel_patches / targets / rhel-2.4.target.in
index d578029..cea2b02 100644 (file)
@@ -1,5 +1,5 @@
 lnxmaj="2.4.21"
-lnxrel="27.0.4.EL"
+lnxrel="47.0.1.EL"
 
 KERNEL=linux-${lnxmaj}-${lnxrel}.tar.bz2
 SERIES=rhel-2.4.21
@@ -15,7 +15,7 @@ JENSEN_ARCHS=""
 SMP_ARCHS="i686 x86_64 ia64"
 UP_ARCHS=""
 
-# the modules in this kernel do not build with gcc 3.3 or 2.96
+# the modules in this kernel do not build with gcc 4, 3.4, or 2.96
 for cc in gcc32 gcc33 ; do
     if which $cc >/dev/null 2>/dev/null ; then
         export CC=$cc