Skip to content
Snippets Groups Projects
Commit f4dec0d5 authored by Brian J. Murrell's avatar Brian J. Murrell
Browse files

b=16437

i=yibin.wang
i=sheng.yang

Don't require that the kenrel config file exist for patchless client
builds.
Build ppc64 targets for both SLES10 and RHEL5.
parent 34a1046c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -21,11 +21,11 @@ SUSEBUILD=0
OFED_VERSION=1.3
BASE_ARCHS="i686 ppc x86_64 ia64"
BASE_ARCHS="i686 ppc x86_64 ia64 ppc64"
BIGMEM_ARCHS=""
BOOT_ARCHS=""
JENSEN_ARCHS=""
SMP_ARCHS="x86_64 ia64"
SMP_ARCHS="x86_64 ia64 ppc64"
BIGSMP_ARCHS="i686"
PSERIES64_ARCHS="ppc"
UP_ARCHS=""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment