Skip to content

Commit 06ebacb

Browse files
author
Kittywhiskers Van Gogh
authored
build: bump gmp from 6.1.2 to 6.2.1 (#4597)
1 parent 632c759 commit 06ebacb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

depends/packages/gmp.mk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
package=gmp
2-
$(package)_version=6.1.2
2+
$(package)_version=6.2.1
33
$(package)_download_path=https://gmplib.org/download/gmp
44
$(package)_file_name=gmp-$($(package)_version).tar.bz2
5-
$(package)_sha256_hash=5275bb04f4863a13516b2f39392ac5e272f5e1bb8057b18aec1c9b79d73d8fb2
5+
$(package)_sha256_hash=eae9326beb4158c386e39a356818031bd28f3124cf915f8c5b1dc4c7a36b4d7c
66

77
define $(package)_set_vars
88
$(package)_config_opts+=--enable-cxx --enable-fat --with-pic --disable-shared
99
$(package)_cflags_armv7l_linux+=-march=armv7-a
10+
$(package)_cflags_aarch64_darwin+=-march=armv8-a
1011
endef
1112

1213
define $(package)_config_cmds

0 commit comments

Comments
 (0)