[ewg] [PATCH ofed 1.2 1/2] Patch to build 32-bit binaries on ppc64
Stefan Roscher
ossrosch at linux.vnet.ibm.com
Fri Mar 2 10:32:04 PST 2007
this patch set build_32bit variable to 1 in case of ppc64
Signed-off-by: Stefan Roscher <stefan.roscher at de.ibm.com>
---
--- OFED-1.2-20070301-0600_old/build.sh 2007-03-01 06:00:02.000000000 -0800
+++ OFED-1.2-20070301-0600_new/build.sh 2007-03-02 10:29:55.000000000 -0800
@@ -88,7 +88,11 @@ build_kernel_ib_devel=0
modprobe_update=1
include_ipoib_conf=1
apply_hpage_patch=1
+if [ ! $ARCH = "ppc64" ]; then
build_32bit=0
+else
+build_32bit=1
+fi
# Environment variables definition
BUILD_COUNTER=0
More information about the ewg
mailing list