2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00

gcc: bundle gmp/mpfr/mpc build

This commit is contained in:
Muhammad Herdiansyah 2019-07-15 06:54:58 +07:00
parent 53471a0bee
commit 903cab33cc
4 changed files with 10 additions and 3 deletions

View File

@ -1,5 +1,9 @@
#!/bin/sh -e
# Make sure gmp is built with generic options.
cp -v gmp/configfsf.guess gmp/config.guess
cp -v gmp/configfsf.sub gmp/config.sub
# Build must happen outside of gcc source.
mkdir -p gcc-build
cd gcc-build

View File

@ -1,2 +1,5 @@
79a66834e96a6050d8fe78db2c3b32fb285b230b855d0a66288235bc04b327a0 gcc-9.1.0.tar.xz
87b565e89a9a684fe4ebeeddb8399dce2599f9c9049854ca8c0dfbdea0e21912 gmp-6.1.2.tar.xz
1d3be708604eae0e42d578ba93b390c2a145f17743a744d8f3f8c2ad5855a38a mpfr-4.0.2.tar.xz
6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b43c2e mpc-1.1.0.tar.gz
765614b3396d70bca3fa0ae4a813632486c6dca320e2bd13c8c39dca52be4a4c c99

View File

@ -1,8 +1,5 @@
bison
flex
gmp
mpfr
mpc1
zlib
linux-headers
binutils

View File

@ -1,2 +1,5 @@
https://gcc.gnu.org/pub/gcc/releases/gcc-9.1.0/gcc-9.1.0.tar.xz gcc
https://gmplib.org/download/gmp/gmp-6.1.2.tar.xz gcc/gmp
http://www.mpfr.org/mpfr-4.0.2/mpfr-4.0.2.tar.xz gcc/mpfr
https://ftp.gnu.org/gnu/mpc/mpc-1.1.0.tar.gz gcc/mpc
files/c99