Whamcloud - gitweb
b=22456 Remove files for unsupported kernels
[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.42.8"
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=""
18 VERSION=$lnxmaj
19 EXTRA_VERSION="${lnxrel}_lustre.@VERSION@"
20 LUSTRE_VERSION=@VERSION@
21
22 OFED_VERSION=1.4.2
23 RDAC_VERSION="09.03.0C02.0013"
24 MPTLINUX_VERSION="4.16.00.00-2"
25
26 BASE_ARCHS="i686 ppc x86_64 ia64 ppc64"
27 BIGMEM_ARCHS=""
28 BOOT_ARCHS=""
29 JENSEN_ARCHS=""
30 SMP_ARCHS="x86_64 ia64 ppc64"
31 BIGSMP_ARCHS="i686"
32 PSERIES64_ARCHS="ppc"
33 UP_ARCHS=""
34 SRC_ARCHS=""
35 #RPMSMPTYPE="smp"
36
37 for cc in gcc ; do
38     if which $cc >/dev/null 2>/dev/null ; then
39         export CC=$cc
40         break
41     fi
42 done