Whamcloud - gitweb
d27ed40111206b544f56099e75302ba74dfd4a1a
[fs/lustre-release.git] / lustre / kernel_patches / targets / rh-2.4.target.in
1 lnxmaj="2.4.20"
2 lnxrel="31.9"
3
4 KERNEL=linux-${lnxmaj}-${lnxrel}.tar.gz
5 SERIES=rh-2.4.20
6 VERSION=$lnxmaj
7 EXTRA_VERSION=${lnxrel}_lustre.@VERSION@
8 LUSTRE_VERSION=@VERSION@
9 RHBUILD=1
10
11 BASE_ARCHS="i686"
12 BIGMEM_ARCHS=""
13 BOOT_ARCHS=""
14 JENSEN_ARCHS=""
15 SMP_ARCHS="i686"
16 UP_ARCHS=""
17
18 # the modules in this kernel do not build with gcc 3
19 for cc in i386-redhat-linux-gcc-2.96 gcc296 gcc ; do
20     if which $cc >/dev/null 2>/dev/null ; then
21         CC=$cc
22         break
23     fi
24 done