Whamcloud - gitweb
b=4834
[fs/lustre-release.git] / lustre / kernel_patches / targets / 2.6-rhel4.target.in
1 lnxmaj="2.6.9"
2 lnxrel="5.0.3.EL"
3
4 KERNEL=linux-${lnxmaj}-${lnxrel}.tar.bz2
5 SERIES=2.6-rhel4.series
6 VERSION=${lnxmaj}
7 EXTRA_VERSION=${lnxrel}_lustre.@VERSION@
8 RHBUILD=1
9 LINUX26=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 3.3 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