SPECS: erlang.spec - ugly workaround for sparc32, assembler insertions requ...
tommat
tommat at pld-linux.org
Tue May 13 22:42:31 CEST 2008
Author: tommat Date: Tue May 13 20:42:31 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- ugly workaround for sparc32, assembler insertions require v8plus arch
---- Files affected:
SPECS:
erlang.spec (1.45 -> 1.46)
---- Diffs:
================================================================
Index: SPECS/erlang.spec
diff -u SPECS/erlang.spec:1.45 SPECS/erlang.spec:1.46
--- SPECS/erlang.spec:1.45 Sat Apr 5 19:43:30 2008
+++ SPECS/erlang.spec Tue May 13 22:42:26 2008
@@ -84,6 +84,9 @@
%{__autoconf}
cd ..
%configure \
+%ifarch sparc
+ CFLAGS="%{rpmcflags} -mv8plus" \
+%endif
--with%{!?with_java:out}-java
rm -f lib/ssl/SKIP
ERL_TOP=`pwd`; export ERL_TOP
@@ -179,6 +182,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.46 2008-05-13 20:42:26 tommat
+- ugly workaround for sparc32, assembler insertions require v8plus arch
+
Revision 1.45 2008-04-05 17:43:30 dzeus
- rel.2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/erlang.spec?r1=1.45&r2=1.46&f=u
More information about the pld-cvs-commit
mailing list