Whamcloud - gitweb
b=16312
[fs/lustre-release.git] / lustre / kernel_patches / targets / 2.6-sles10.target.in
1 lnxmaj="2.6.16"
2 lnxrel="60-0.33"
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_SRPM=kernel-source-$lnxmaj.$lnxrel.src.rpm
13 SERIES=2.6-sles10.series
14 VERSION=$lnxmaj
15 EXTRA_VERSION="${lnxrel}_lustre.@VERSION@"
16 LUSTRE_VERSION=@VERSION@
17
18 OFED_VERSION=1.3.1
19
20 BASE_ARCHS="i686 ppc x86_64 ia64 ppc64"
21 BIGMEM_ARCHS=""
22 BOOT_ARCHS=""
23 JENSEN_ARCHS=""
24 SMP_ARCHS="x86_64 ia64 ppc64"
25 BIGSMP_ARCHS="i686"
26 PSERIES64_ARCHS="ppc"
27 UP_ARCHS=""
28 SRC_ARCHS=""
29 #RPMSMPTYPE="smp"
30
31 for cc in gcc ; do
32     if which $cc >/dev/null 2>/dev/null ; then
33         export CC=$cc
34         break
35     fi
36 done