File 0095-Don-t-imply-disable-hipe-in-enable-m32-build.patch of Package erlang

From 6d8c39229231c9cdaa977dfbd8bf0b12ec97ebaa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Magnus=20L=C3=A5ng?= <margnus1@telia.com>
Date: Thu, 30 Mar 2017 11:40:40 +0200
Subject: [PATCH 2/3] Don't imply --disable-hipe in --enable-m32-build

HiPE compiles and runs perfectly well with --enable-m32-build on linux.
If there are some darwin-specific issues with --enable-m32-build and
--enable-hipe, a more specific test for these conditions should be added.
---
 erts/configure.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/erts/configure.in b/erts/configure.in
index 344b466ce..765e32fcd 100644
--- a/erts/configure.in
+++ b/erts/configure.in
@@ -381,7 +381,6 @@ if test X${enable_m64_build} = Xyes; then
 else
 	if test X${enable_m32_build} = Xyes;
 	then
-		enable_hipe=no;
 		case $CFLAGS in
 		    *-m32*)
 			    ;;
-- 
2.12.2

openSUSE Build Service is sponsored by