Whamcloud - gitweb
Branch HEAD
[fs/lustre-release.git] / lustre / kernel_patches / targets / 2.6-sles10.target.in
1 lnxmaj="2.6.16"
2 lnxmin=".60"
3 # when we fix up this lnxmaj/lnxmin/lnxrel business...
4 #lnxrel="0.33"
5 # and note that this means we get rid of the EXTRA_VERSION_DELIMITER crap!!
6 lnxrel="60-0.37_f594963d"
7
8 # this is the delimeter that goes between $lnxmaj and $lnxrel
9 # defaults to "-"
10 EXTRA_VERSION_DELIMITER="."
11
12 # this is the delimeter that goes before the "smp" at the end of the version
13 # defaults to empty
14 TARGET_DELIMITER="-"
15
16 KERNEL_SRPM=kernel-source-$lnxmaj.$lnxrel.src.rpm
17 SERIES=2.6-sles10.series
18 VERSION=$lnxmaj
19 EXTRA_VERSION="${lnxrel}_lustre.@VERSION@"
20 LUSTRE_VERSION=@VERSION@
21
22 OFED_VERSION=1.4.1-rc6
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 #RPMSMPTYPE="smp"
34
35 for cc in gcc ; do
36     if which $cc >/dev/null 2>/dev/null ; then
37         export CC=$cc
38         break
39     fi
40 done