Whamcloud - gitweb
b9cedec055d6a2b2b63931e6638c7c1ec95b869f
[fs/lustre-release.git] / lustre / kernel_patches / targets / 4.4-sles12sp3.target.in
1 lnxmaj="4.4"
2 lnxmin=".114"
3 lnxrel="94.11"
4 # use this when there is an "RPM fix" which means that the name of the
5 # (source) RPM has been updated but the version of the kernel inside the
6 # RPM is not also updated
7 rpmfix=".2"
8 # for some odd reasons (bug??) -devel and source have different fix
9 # so we'll add another one to detect this, make it the same or remove
10 # this change they fix the bug
11 rpmfix_diff=".3"
12
13 # this is the delimeter that goes before the "smp" at the end of the version
14 # defaults to empty
15 FLAVOR_DELIMITER="-"
16
17 KERNEL_SRPM=kernel-source-${lnxmaj}${lnxmin}-${lnxrel}${rpmfix}.src.rpm
18 SERIES=4.4-sles12sp3.series
19 VERSION=$lnxmaj
20 EXTRA_VERSION="${lnxmin#.}-${lnxrel}_lustre.@VERSION@"
21 LUSTRE_VERSION=@VERSION@
22
23 OFED_VERSION=inkernel
24
25 BASE_ARCHS="i686 ppc x86_64 ia64 ppc64"
26 BIGMEM_ARCHS=""
27 BOOT_ARCHS=""
28 JENSEN_ARCHS=""
29 DEFAULT_ARCHS="i686 x86_64 ia64 ppc64"
30 BIGSMP_ARCHS=""
31 PSERIES64_ARCHS="ppc"
32 UP_ARCHS=""
33 SRC_ARCHS=""
34 #RPMSMPTYPE="smp"
35
36 for cc in gcc ; do
37     if which $cc >/dev/null 2>/dev/null ; then
38         export CC=$cc
39         break
40     fi
41 done