From d070f1f41e32547c1dd31b628317b61ff5675ca5 Mon Sep 17 00:00:00 2001 From: yangsheng Date: Thu, 14 May 2009 17:28:23 +0000 Subject: [PATCH] Branch b_release_1_6_7 b=18289 Revert previous change. --- lustre/kernel_patches/targets/2.6-rhel5.target.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lustre/kernel_patches/targets/2.6-rhel5.target.in b/lustre/kernel_patches/targets/2.6-rhel5.target.in index 1754579..0a0e8da 100644 --- a/lustre/kernel_patches/targets/2.6-rhel5.target.in +++ b/lustre/kernel_patches/targets/2.6-rhel5.target.in @@ -15,10 +15,8 @@ BASE_ARCHS="i686 x86_64 ia64 ppc64" BIGMEM_ARCHS="" BOOT_ARCHS="" JENSEN_ARCHS="" -#SMP_ARCHS="i686 x86_64 ia64 ppc64" -SMP_ARCHS="" -#UP_ARCHS="" -UP_ARCHS="i686 x86_64 ia64 ppc64" +SMP_ARCHS="i686 x86_64 ia64 ppc64" +UP_ARCHS="" for cc in gcc ; do if which $cc >/dev/null 2>/dev/null ; then -- 1.8.3.1