Whamcloud - gitweb
cedc7b7cf7f357c2a0b2d2c9c3b5fa8952496e2c
[fs/lustre-release.git] / 2.6-vanilla.target.in
1 lnxmaj="2.6.22"
2 lnxrel="14"
3
4 # this is the delimeter that goes before the "smp" at the end of the version
5 # defaults to empty
6 FLAVOR_DELIMITER="-"
7
8 KERNEL=linux-$lnxmaj.$lnxrel.tar.bz2
9 SERIES=2.6.22-vanilla.series
10 VERSION=$lnxmaj
11 EXTRA_VERSION="${lnxrel}_lustre.@VERSION@"
12 LUSTRE_VERSION=@VERSION@
13 RHBUILD=0
14 LINUX26=1
15 # No /boot/Kerntypes* in SLES10
16 SUSEBUILD=0
17
18
19 BASE_ARCHS="i686 x86_64"
20 BIGMEM_ARCHS=""
21 BOOT_ARCHS=""
22 JENSEN_ARCHS=""
23 SMP_ARCHS="x86_64"
24 BIGSMP_ARCHS="i686"
25 PSERIES64_ARCHS=""
26 UP_ARCHS=""
27 SRC_ARCHS=""
28
29 for cc in gcc ; do
30     if which $cc >/dev/null 2>/dev/null ; then
31         export CC=$cc
32         break
33     fi
34 done