From fad9d0d8ef2f0ccb856a5f6733ae81f6984536f5 Mon Sep 17 00:00:00 2001 From: wangdi Date: Wed, 31 May 2006 14:22:53 +0000 Subject: [PATCH] Branch: b1_5 some tmp fixes in target.in for build lustre fc5 rpm --- lustre/kernel_patches/targets/2.6-fc5.target.in | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/lustre/kernel_patches/targets/2.6-fc5.target.in b/lustre/kernel_patches/targets/2.6-fc5.target.in index 3e38ae5..fe27302 100644 --- a/lustre/kernel_patches/targets/2.6-fc5.target.in +++ b/lustre/kernel_patches/targets/2.6-fc5.target.in @@ -9,17 +9,10 @@ RHBUILD=1 LINUX26=1 LUSTRE_VERSION=@VERSION@ -BASE_ARCHS="i686 x86_64 ia64" +BASE_ARCHS="i686" BIGMEM_ARCHS="" BOOT_ARCHS="" JENSEN_ARCHS="" -SMP_ARCHS="i686 x86_64 ia64" +SMP_ARCHS="i686" UP_ARCHS="" -# Modules in this kernel do not build with gcc 4 or gcc 2.96 -for cc in gcc33 gcc32 ; do - if which $cc >/dev/null 2>/dev/null ; then - export CC=$cc - break - fi -done -- 1.8.3.1