Whamcloud - gitweb
b=15482
[fs/lustre-release.git] / lustre / kernel_patches / targets / 2.6-sles10.target.in
1 lnxmaj="2.6.16"
2 lnxrel="54-0.2.5"
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=linux-$lnxmaj.$lnxrel.tar.bz2
13 SERIES=2.6-sles10.series
14 VERSION=$lnxmaj
15 EXTRA_VERSION="${lnxrel}_lustre.@VERSION@"
16 LUSTRE_VERSION=@VERSION@
17 RHBUILD=0
18 LINUX26=1
19 # No /boot/Kerntypes* in SLES10
20 SUSEBUILD=0
21
22 BASE_ARCHS="i686 ppc x86_64 ia64"
23 BIGMEM_ARCHS=""
24 BOOT_ARCHS=""
25 JENSEN_ARCHS=""
26 SMP_ARCHS="x86_64 ia64"
27 BIGSMP_ARCHS="i686"
28 PSERIES64_ARCHS="ppc"
29 UP_ARCHS=""
30 SRC_ARCHS=""
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