From f8c4858c450a711b4d5d8121547c5c85c0f9500c Mon Sep 17 00:00:00 2001 From: brian Date: Wed, 23 Jul 2008 16:57:31 +0000 Subject: [PATCH] b=16437 i=yibin.wang i=sheng.yang Build ppc64 targets for both SLES10 and RHEL5. --- lustre/kernel_patches/targets/2.6-rhel5.target.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/kernel_patches/targets/2.6-rhel5.target.in b/lustre/kernel_patches/targets/2.6-rhel5.target.in index ccaa05e..c3a0193 100644 --- a/lustre/kernel_patches/targets/2.6-rhel5.target.in +++ b/lustre/kernel_patches/targets/2.6-rhel5.target.in @@ -11,11 +11,11 @@ LUSTRE_VERSION=@VERSION@ OFED_VERSION=1.3 -BASE_ARCHS="i686 x86_64 ia64" +BASE_ARCHS="i686 x86_64 ia64 ppc64" BIGMEM_ARCHS="" BOOT_ARCHS="" JENSEN_ARCHS="" -SMP_ARCHS="i686 x86_64 ia64" +SMP_ARCHS="i686 x86_64 ia64 ppc64" UP_ARCHS="" for cc in gcc ; do -- 1.8.3.1