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