From 4f8515af18fab29a8d0f1118a0a370a3118dc324 Mon Sep 17 00:00:00 2001 From: wangdi Date: Wed, 31 May 2006 08:39:34 +0000 Subject: [PATCH] Branch: b1_5 add fc5 target --- lustre/kernel_patches/targets/2.6-fc5.target.in | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 lustre/kernel_patches/targets/2.6-fc5.target.in diff --git a/lustre/kernel_patches/targets/2.6-fc5.target.in b/lustre/kernel_patches/targets/2.6-fc5.target.in new file mode 100644 index 0000000..3e38ae5 --- /dev/null +++ b/lustre/kernel_patches/targets/2.6-fc5.target.in @@ -0,0 +1,25 @@ +lnxmaj="2.6.15" +lnxrel="fc5" + +KERNEL=linux-${lnxmaj}-${lnxrel}.tar.bz2 +SERIES=2.6-fc5.series +VERSION=${lnxmaj} +EXTRA_VERSION=${lnxrel}_lustre.@VERSION@ +RHBUILD=1 +LINUX26=1 +LUSTRE_VERSION=@VERSION@ + +BASE_ARCHS="i686 x86_64 ia64" +BIGMEM_ARCHS="" +BOOT_ARCHS="" +JENSEN_ARCHS="" +SMP_ARCHS="i686 x86_64 ia64" +UP_ARCHS="" + +# 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 + fi +done -- 1.8.3.1