]> git.pld-linux.org Git - packages/erlang.git/commitdiff
- ugly workaround for sparc32, assembler insertions require v8plus arch
authortommat <tommat@pld-linux.org>
Tue, 13 May 2008 20:42:26 +0000 (20:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    erlang.spec -> 1.46

erlang.spec

index 23047cfb9066a87168e29dc318c09a6704ea366b..19c3fb6e57d811fc3bbf9748c17a0f6eca89a4e9 100644 (file)
@@ -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
This page took 0.024525 seconds and 4 git commands to generate.