[ofa-general] Re: [ewg] [PATCH ofed 1.2 1/2] Patch to build 32-bit binaries on ppc64
Vladimir Sokolovsky
vlad at dev.mellanox.co.il
Mon Mar 5 02:28:25 PST 2007
Stefan Roscher wrote:
> 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
>
>
>
> _______________________________________________
> ewg mailing list
> ewg at lists.openfabrics.org
> http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg
>
Applied.
Regards,
Vladimir
More information about the general
mailing list