Whamcloud - gitweb
LU-402 Update to rhel6.1 kernel 2.6.32-131.2.1.el6
[fs/lustre-release.git] / lustre / kernel_patches / targets / 2.6-rhel4.target.in
index de7cf84..b528efe 100644 (file)
@@ -1,5 +1,5 @@
 lnxmaj="2.6.9"
-lnxrel="5.0.5.EL"
+lnxrel="78.0.24.EL"
 
 KERNEL=linux-${lnxmaj}-${lnxrel}.tar.bz2
 SERIES=2.6-rhel4.series
@@ -9,6 +9,8 @@ RHBUILD=1
 LINUX26=1
 LUSTRE_VERSION=@VERSION@
 
+OFED_VERSION=1.5.2
+
 BASE_ARCHS="i686 x86_64 ia64"
 BIGMEM_ARCHS=""
 BOOT_ARCHS=""
@@ -16,8 +18,8 @@ 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
-for cc in gcc32 gcc33 ; do
+# Modules in this kernel do not build with gcc 4 or gcc 2.96
+for cc in gcc33 gcc32 ; do
     if which $cc >/dev/null 2>/dev/null ; then
         export CC=$cc
         break