Whamcloud - gitweb
Branch: HEAD
[fs/lustre-release.git] / lustre / kernel_patches / targets / 2.6-suse.target.in
diff --git a/lustre/kernel_patches/targets/2.6-suse.target.in b/lustre/kernel_patches/targets/2.6-suse.target.in
deleted file mode 100644 (file)
index 7cf05b2..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-lnxmaj="2.6.5"
-lnxrel="SLES9_SP1_BRANCH_2004111114454891"
-
-KERNEL=linux-$lnxmaj-$lnxrel.tar.gz
-# they include our patches
-SERIES=
-VERSION=$lnxmaj
-EXTRA_VERSION="${lnxrel}_lustre.@VERSION@"
-LUSTRE_VERSION=@VERSION@
-RHBUILD=0
-LINUX26=1
-SUSEBUILD=1
-
-BASE_ARCHS="i686 ppc"
-BIGMEM_ARCHS=""
-BOOT_ARCHS=""
-JENSEN_ARCHS=""
-SMP_ARCHS=""
-BIGSMP_ARCHS="i686 ppc"
-UP_ARCHS=""
-SRC_ARCHS=""
-
-for cc in gcc33 ; do
-    if which $cc >/dev/null 2>/dev/null ; then
-        export CC=$cc
-        break
-    fi
-done