Whamcloud - gitweb
3a71d9468ce5e3cfe49c433e0989019c76bbc640
[fs/lustre-release.git] / lustre / kernel_patches / targets / 2.6-sles10.target.in
1 lnxmaj="2.6.16"
2 lnxrel="54-0.2.5"
3
4 # this is the delimeter that goes between $lnxmaj and $lnxrel
5 # defaults to "-"
6 EXTRA_VERSION_DELIMITER="."
7
8 # this is the delimeter that goes before the "smp" at the end of the version
9 # defaults to empty
10 TARGET_DELIMITER="-"
11
12 KERNEL=linux-$lnxmaj.$lnxrel.tar.bz2
13 SERIES=2.6-sles10.series
14 VERSION=$lnxmaj
15 EXTRA_VERSION="${lnxrel}_lustre.@VERSION@"
16 LUSTRE_VERSION=@VERSION@
17 RHBUILD=0
18 LINUX26=1
19 # No /boot/Kerntypes* in SLES10
20 SUSEBUILD=0
21
22 OFED_VERSION=1.3
23
24 BASE_ARCHS="i686 ppc x86_64 ia64 ppc64"
25 BIGMEM_ARCHS=""
26 BOOT_ARCHS=""
27 JENSEN_ARCHS=""
28 SMP_ARCHS="x86_64 ia64 ppc64"
29 BIGSMP_ARCHS="i686"
30 PSERIES64_ARCHS="ppc"
31 UP_ARCHS=""
32 SRC_ARCHS=""
33
34 for cc in gcc ; do
35     if which $cc >/dev/null 2>/dev/null ; then
36         export CC=$cc
37         break
38     fi
39 done