Whamcloud - gitweb
Branch: HEAD
[fs/lustre-release.git] / lustre / kernel_patches / targets / rh-2.4.target.in
diff --git a/lustre/kernel_patches/targets/rh-2.4.target.in b/lustre/kernel_patches/targets/rh-2.4.target.in
deleted file mode 100644 (file)
index d27ed40..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-lnxmaj="2.4.20"
-lnxrel="31.9"
-
-KERNEL=linux-${lnxmaj}-${lnxrel}.tar.gz
-SERIES=rh-2.4.20
-VERSION=$lnxmaj
-EXTRA_VERSION=${lnxrel}_lustre.@VERSION@
-LUSTRE_VERSION=@VERSION@
-RHBUILD=1
-
-BASE_ARCHS="i686"
-BIGMEM_ARCHS=""
-BOOT_ARCHS=""
-JENSEN_ARCHS=""
-SMP_ARCHS="i686"
-UP_ARCHS=""
-
-# the modules in this kernel do not build with gcc 3
-for cc in i386-redhat-linux-gcc-2.96 gcc296 gcc ; do
-    if which $cc >/dev/null 2>/dev/null ; then
-        CC=$cc
-        break
-    fi
-done