File 0105-HiPE-Fix-enable-native-libs-enable-m32-build.patch of Package erlang

From 23739fdd7453fc0177de1564d1c510796cd42cbc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Magnus=20L=C3=A5ng?= <margnus1@telia.com>
Date: Sat, 15 Apr 2017 13:06:48 +0200
Subject: [PATCH] HiPE: Fix --enable-native-libs --enable-m32-build

This fixes a mistake in 6d8c39229 where a few "enable_hipe=no" that
makes the build fail when building with both --enable-native-libs and
--enable-m32-build slipped through.
---
 configure.in | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configure.in b/configure.in
index e44a87380..229d77863 100644
--- a/configure.in
+++ b/configure.in
@@ -354,14 +354,12 @@ fi
 AC_SUBST(DEFAULT_VERBOSITY)
 
 if test X${enable_m64_build} = Xyes; then
-	enable_hipe=no
 	CFLAGS="-m64 $CFLAGS"
 	export CFLAGS
 	LDFLAGS="-m64 $LDFLAGS"
 	export LDFLAGS
 fi
 if test X${enable_m32_build} = Xyes; then
-	enable_hipe=no
 	CFLAGS="-m32 $CFLAGS"
 	export CFLAGS
 	LDFLAGS="-m32 $LDFLAGS"
-- 
2.12.2

openSUSE Build Service is sponsored by