]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
gmp: Set ABI to 64 for all architectures.
authorStefan Schantl <stefan.schantl@ipfire.org>
Thu, 2 Mar 2023 16:11:27 +0000 (17:11 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Mar 2023 12:23:39 +0000 (12:23 +0000)
We only build for architectures which have support for 64 Bit.
Therefore we do not need this check anymore.

This also fixes build for aarch64 which did not got the correct
settings.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
gmp/gmp.nm

index 4b72d27a06a95f584ee8e5a67e42e5ce3129b3ce..3e207b55842ce208ff7eec0e4c01f885452d08bc 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = gmp
 version    = 6.2.1
-release    = 1
+release    = 1.1
 
 groups     = System/Libraries
 url        = https://gmplib.org/
@@ -31,11 +31,9 @@ build
                m4
        end
 
-       export ABI = standard
-
-       if "%{DISTRO_ARCH}" == "x86_64"
-               ABI = 64
-       end
+       # Set ABI to "64" because we currently only
+       # build for architectures which supports 64 Bits.
+       export ABI = 64
 
        configure_options += \
                --enable-cxx \