Whamcloud - gitweb
9166d1b898b9787e1ede801200599e25d2f2948e
[fs/lustre-release.git] / lustre / kernel_patches / targets / 2.6-suse.target.in
1 lnxmaj="2.6.5"
2 lnxrel="SLES9_SP1_BRANCH_2004111114454891"
3
4 KERNEL=linux-$lnxmaj-$lnxrel.tar.gz
5 # they include our patches
6 SERIES=
7 VERSION=$lnxmaj
8 EXTRA_VERSION="${lnxrel}_lustre.@VERSION@"
9 RHBUILD=0
10 LINUX26=1
11 SUSEBUILD=1
12
13 BASE_ARCHS="i686 ppc"
14 BIGMEM_ARCHS=""
15 BOOT_ARCHS=""
16 JENSEN_ARCHS=""
17 SMP_ARCHS=""
18 BIGSMP_ARCHS="i686 ppc"
19 UP_ARCHS=""
20 SRC_ARCHS=""
21
22 for cc in gcc33 ; do
23     if which $cc >/dev/null 2>/dev/null ; then
24         export CC=$cc
25         break
26     fi
27 done