Whamcloud - gitweb
LU-1511 kernel: kernel update [RHEL5.8 2.6.18-308.11.1.el5]
[fs/lustre-release.git] / lustre / kernel_patches / targets / 2.6-suse.target.in
1 lnxmaj="2.6.5"
2 lnxrel="7.322"
3
4 KERNEL=linux-$lnxmaj-$lnxrel.tar.bz2
5 # they include our patches
6 SERIES=2.6-suse-newer.series
7 VERSION=$lnxmaj
8 EXTRA_VERSION="${lnxrel}_lustre.@VERSION@"
9 LUSTRE_VERSION=@VERSION@
10 RHBUILD=0
11 LINUX26=1
12 SUSEBUILD=1
13
14 # this is the delimeter that goes before the "smp" at the end of the version
15 # defaults to empty
16 TARGET_DELIMITER="-"
17
18 BASE_ARCHS="i686 ppc x86_64 ia64"
19 BIGMEM_ARCHS=""
20 BOOT_ARCHS=""
21 JENSEN_ARCHS=""
22 SMP_ARCHS="x86_64 ia64 ppc64"
23 BIGSMP_ARCHS="i686"
24 PSERIES64_ARCHS="ppc"
25 UP_ARCHS=""
26 SRC_ARCHS=""
27
28 for cc in gcc33 ; do
29     if which $cc >/dev/null 2>/dev/null ; then
30         export CC=$cc
31         break
32     fi
33 done