Commit Graph

45 Commits

Author SHA1 Message Date
Rudi Heitbaum 33f002d123 gmp: update patch to support gcc-10 2025-02-02 11:33:25 +00:00
Rudi Heitbaum 6599b719ee gmp: configure and acinclude.m4: fix -std=c23 build failure
Add prototype to configure test function as c23 removes unprototyped
functions.

gcc-15 switched to -std=c23 by default:

    https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=55e3bd376b2214e200fa76d12b67ff259b06c212

As a result `configure` fails with:
    conftest.c: In function 'f':
    conftest.c:12:48: error: too many arguments to function 'g'; expected 0, have 6
       12 | for(i=0;i<1;i++){if(e(got,got,9,d[i].n)==0)h();g(i,d[i].src,d[i].n,got,d[i].want,9);if(d[i].n)h();}}
          |                                                ^ ~
    conftest.c:7:6: note: declared here
        7 | void g(){}
          |      ^

Upstream: hg log --patch --rev 18477:8e7bb4ae7a18
Link: https://gmplib.org/list-archives/gmp-bugs/2024-November/005550.html
Link: https://gmplib.org/list-archives/gmp-devel/2025-January/006281.html
Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
2025-01-31 04:30:38 +00:00
Ian Leonard 0395af8934 gmp: replace toolchain depend
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2024-07-03 00:06:04 -04:00
Rudi Heitbaum 66e5030783 gmp: update to 6.3.0
ann:
- https://gmplib.org/list-archives/gmp-announce/2023-July/000050.html
2023-08-05 09:04:04 +00:00
Ian Leonard 78440702f1 devel: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:33:48 +00:00
heitbaum ba95a53d8e gmp: update to 6.2.1 2021-01-05 11:58:25 +00:00
MilhouseVH 8805837eaa gmp: update to gmp-6.2.0 2020-02-04 23:14:28 +00:00
MilhouseVH 2ea31506a5 packages: more missing dependencies 2019-02-08 17:17:43 +00:00
CvH 85e5b4dc1f cleanup: PKG_SHORTDESC 2018-10-22 15:06:12 +02:00
CvH 4cffa5fe6f cleanup: remove PKG_ARCH="any" 2018-10-22 15:06:12 +02:00
CvH 4317bc5002 cleanup: remove PKG_SECTION 2018-10-22 15:06:11 +02:00
CvH 8e09fadb5b spdx: packages/devel 2018-07-17 23:58:50 +02:00
Sascha Kuehndel (InuSasha) 8827a540aa buildsystem: add BUILD_FLAG support
- replace strip_lto/strip_gold (only allowed to disable)
- add flag for PIC feature
- add flag to stop build parallel
- add support for hardening option (initial copy from debian 9)

All build parameters, are added in setup_toolchain.
`PKG_[FLAG]_[HOST/TARGET]_ENABLED` variable is introduced for checking the flag (yes/no) in the package.mk

Thanks to @MilhouseVH, for support and fixing
2018-03-07 18:35:01 +01:00
Sascha Kuehndel (InuSasha) 3846ec7dac buildsystem: replace PKG_AUTORECONF 2017-11-22 00:41:12 +01:00
cvh 837b447b7c decommission PKG_IS_ADDON 2017-10-16 00:01:20 +02:00
Peter Vicman 50a51452be build system: add sha256 checksum to all packages
putting #1597 in use
2017-07-17 20:49:23 +02:00
MilhouseVH 548aedbcb7 gmp: update to gmp-6.1.2 2017-05-06 22:45:25 +01:00
awiouy cf5d3a4579 decommission PKG_REV 2017-01-19 00:06:13 +01:00
awiouy bab193c33f gmp: disable autoreconf 2016-11-15 20:51:46 +01:00
awiouy e0c2de9b39 Decommission PKG_PRIORITY 2016-09-24 11:57:39 +02:00
Lukas Rusak 724c7ef688 gmp: update to 6.1.1 2016-07-25 10:04:58 -07:00
Stephan Raue f51faa070d packages: update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-01-02 17:29:56 +01:00
Stephan Raue 06797d8840 gmp: update to gmp-6.1.0
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-11-18 22:07:50 +01:00
Stephan Raue 971a276de8 gmp:host: build static 2014-08-22 13:46:45 +02:00
Stefan Saraev 836397b06e gmp: remove unused patches 2014-08-15 15:36:43 +02:00