Skip to content
Snippets Groups Projects
  • Yang Sheng's avatar
    f848d154
    Branch b1_6 · f848d154
    Yang Sheng authored
    b=13452
    i=scjody
    i=mjmac
    
    Kernel config & target file for vanilla kernel-2.6.18.8.
    f848d154
    History
    Branch b1_6
    Yang Sheng authored
    b=13452
    i=scjody
    i=mjmac
    
    Kernel config & target file for vanilla kernel-2.6.18.8.
2.6-vanilla.target.in 495 B
lnxmaj="2.6.18"
lnxrel="8"

KERNEL=linux-$lnxmaj.$lnxrel.tar.bz2
SERIES=2.6.18-vanilla.series
VERSION=$lnxmaj
EXTRA_VERSION="${lnxrel}_lustre.@VERSION@"
LUSTRE_VERSION=@VERSION@
RHBUILD=0
LINUX26=1
# No /boot/Kerntypes* in SLES10
SUSEBUILD=0


BASE_ARCHS="i686 x86_64"
BIGMEM_ARCHS=""
BOOT_ARCHS=""
JENSEN_ARCHS=""
SMP_ARCHS="i686 x86_64"
BIGSMP_ARCHS=""
UP_ARCHS=""
SRC_ARCHS=""

for cc in gcc ; do
    if which $cc >/dev/null 2>/dev/null ; then
        export CC=$cc
        break
    fi
done