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