]> git.pld-linux.org Git - packages/gmp.git/commitdiff
- fix build for x32 arch
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 21 Dec 2014 23:21:46 +0000 (00:21 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 21 Dec 2014 23:21:46 +0000 (00:21 +0100)
gmp.spec

index 75b5f88ccfbb5583ad05d7368a4be69111a044cf..e180190be071aa8ea47d53f5c29b9d4486f1fdda 100644 (file)
--- a/gmp.spec
+++ b/gmp.spec
@@ -228,6 +228,9 @@ arytmetycznej GNU.
 %{__autoconf}
 %{__automake}
 %configure \
+%ifarch x32
+       ABI=x32 \
+%endif
        --with-cpu=%{_target_cpu} \
        %{?with_cxx:--enable-cxx} \
        --enable-fft
This page took 0.080911 seconds and 4 git commands to generate.