From: tommat Date: Tue, 13 May 2008 20:42:26 +0000 (+0000) Subject: - ugly workaround for sparc32, assembler insertions require v8plus arch X-Git-Tag: auto/th/erlang-R12B_2-2~7 X-Git-Url: http://git.pld-linux.org/?p=packages%2Ferlang.git;a=commitdiff_plain;h=1485134df8f46fec06648ae850e5f781f60c2682 - ugly workaround for sparc32, assembler insertions require v8plus arch Changed files: erlang.spec -> 1.46 --- diff --git a/erlang.spec b/erlang.spec index 23047cf..19c3fb6 100644 --- a/erlang.spec +++ b/erlang.spec @@ -83,6 +83,9 @@ cd ../../erts/ %{__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