Whamcloud - gitweb
update rhel4 kernel to 2.6.9-42.0.8.EL
[fs/lustre-release.git] / lustre / kernel_patches / targets / rhel-2.4.target.in
1 lnxmaj="2.4.21"
2 lnxrel="47.0.1.EL"
3
4 KERNEL=linux-${lnxmaj}-${lnxrel}.tar.bz2
5 SERIES=rhel-2.4.21
6 VERSION=${lnxmaj}
7 LUSTRE_VERSION=@VERSION@
8 EXTRA_VERSION=${lnxrel}_lustre.@VERSION@
9 RHBUILD=1
10
11 BASE_ARCHS="i686 x86_64 ia64"
12 BIGMEM_ARCHS=""
13 BOOT_ARCHS=""
14 JENSEN_ARCHS=""
15 SMP_ARCHS="i686 x86_64 ia64"
16 UP_ARCHS=""
17
18 # the modules in this kernel do not build with gcc 4, 3.4, or 2.96
19 for cc in gcc32 gcc33 ; do
20     if which $cc >/dev/null 2>/dev/null ; then
21         export CC=$cc
22         break
23     fi
24 done