commit d2f651795b8284381b0ae921fb940ace69dc74b4
Author: Peter Lemenkov <[email protected]>
Date:   Tue Oct 29 13:21:34 2013 +0400

    Actually re-enable HiPE
    
    Signed-off-by: Peter Lemenkov <[email protected]>

 erlang.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/erlang.spec b/erlang.spec
index 4ae1249..6c3b085 100644
--- a/erlang.spec
+++ b/erlang.spec
@@ -30,7 +30,7 @@
 
 Name:          erlang
 Version:       %{upstream_ver}
-Release:       %{upstream_rel_for_rpm}.5%{?dist}
+Release:       %{upstream_rel_for_rpm}.6%{?dist}
 Summary:       General-purpose programming language and runtime environment
 
 Group:         Development/Languages
@@ -976,9 +976,9 @@ rm -f lib/ssl/examples/certs/etc/erlangCA/index.txt.old
 
 %build
 %ifarch sparcv9 sparc64
-CFLAGS="$RPM_OPT_FLAGS -mcpu=ultrasparc -fno-strict-aliasing" %configure 
--enable-shared-zlib --enable-sctp %{__with_hipe:--enable-hipe}
+CFLAGS="$RPM_OPT_FLAGS -mcpu=ultrasparc -fno-strict-aliasing" %configure 
--enable-shared-zlib --enable-sctp %{?__with_hipe:--enable-hipe}
 %else
-CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %configure --enable-shared-zlib 
--enable-sctp %{__with_hipe:--enable-hipe}
+CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %configure --enable-shared-zlib 
--enable-sctp %{?__with_hipe:--enable-hipe}
 %endif
 
 # Remove pre-built BEAM files
@@ -2284,6 +2284,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Oct 29 2013 Peter Lemenkov <[email protected]> - R16B-02.6
+- Actually re-enable HiPE
+
 * Mon Oct 28 2013 Peter Lemenkov <[email protected]> - R16B-02.5
 - Re-enable HiPE on ppc64, ppc64v7
 
_______________________________________________
erlang mailing list
[email protected]
https://lists.fedoraproject.org/mailman/listinfo/erlang

Reply via email to