Whamcloud - gitweb
43fb869ebadaa12bed6eed19097c22ec7abcb512
[fs/lustre-release.git] / lustre / kernel_patches / targets / 3.0-sles11sp3.target.in
1 lnxmaj="3.0"
2 lnxmin=".101"
3 lnxrel="0.35"
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=".1"
8
9 # this is the delimeter that goes before the "smp" at the end of the version
10 # defaults to empty
11 FLAVOR_DELIMITER="-"
12
13 KERNEL_SRPM=kernel-source-${lnxmaj}${lnxmin}-${lnxrel}${rpmfix}.src.rpm
14 SERIES=3.0-sles11sp3.series
15 VERSION=$lnxmaj
16 EXTRA_VERSION="${lnxmin#.}-${lnxrel}_lustre.@VERSION@"
17 LUSTRE_VERSION=@VERSION@
18
19 OFED_VERSION=inkernel
20
21 BASE_ARCHS="i686 ppc x86_64 ia64 ppc64"
22 BIGMEM_ARCHS=""
23 BOOT_ARCHS=""
24 JENSEN_ARCHS=""
25 DEFAULT_ARCHS="i686 x86_64 ia64 ppc64"
26 BIGSMP_ARCHS=""
27 PSERIES64_ARCHS="ppc"
28 UP_ARCHS=""
29 SRC_ARCHS=""
30 #RPMSMPTYPE="smp"
31
32 for cc in gcc ; do
33     if which $cc >/dev/null 2>/dev/null ; then
34         export CC=$cc
35         break
36     fi
37 done