Whamcloud - gitweb
Branch HEAD
[fs/lustre-release.git] / lustre / kernel_patches / targets / 2.6-vanilla.target.in
1 lnxmaj="2.6.22"
2 lnxrel="14"
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.22-vanilla.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
23 BASE_ARCHS="i686 x86_64"
24 BIGMEM_ARCHS=""
25 BOOT_ARCHS=""
26 JENSEN_ARCHS=""
27 SMP_ARCHS="x86_64"
28 BIGSMP_ARCHS="i686"
29 PSERIES64_ARCHS=""
30 UP_ARCHS=""
31 SRC_ARCHS=""
32
33 for cc in gcc ; do
34     if which $cc >/dev/null 2>/dev/null ; then
35         export CC=$cc
36         break
37     fi
38 done