Whamcloud - gitweb
- landed b_hd_cray_merge3
[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 RHBUILD=1
9
10 BASE_ARCHS="i686"
11 BIGMEM_ARCHS=""
12 BOOT_ARCHS=""
13 JENSEN_ARCHS=""
14 SMP_ARCHS="i686"
15 UP_ARCHS=""
16
17 # the modules in this kernel do not build with gcc 3
18 for cc in i386-redhat-linux-gcc-2.96 gcc296 gcc ; do
19     if which $cc >/dev/null 2>/dev/null ; then
20         CC=$cc
21         break
22     fi
23 done