mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
musl-cross has the correct URLs now (#324)
This commit is contained in:
parent
1459e701e3
commit
8ced05de15
@ -32,30 +32,3 @@ index 4e321c9..6d9ea32 100644
|
||||
+
|
||||
+# Build GMP, MPFR and MPC
|
||||
+GCC_BUILTIN_PREREQS=yes
|
||||
diff --git a/defs.sh b/defs.sh
|
||||
index f76a2ac..9184123 100644
|
||||
--- a/defs.sh
|
||||
+++ b/defs.sh
|
||||
@@ -221,19 +221,19 @@ muslfetchextract() {
|
||||
gccprereqs() {
|
||||
if [ ! -e gcc-$GCC_VERSION/gmp ]
|
||||
then
|
||||
- fetchextract http://gmplib.org/download/gmp/ gmp-$GMP_VERSION .tar.bz2
|
||||
+ fetchextract https://gmplib.org/download/gmp/ gmp-$GMP_VERSION .tar.bz2
|
||||
mv gmp-$GMP_VERSION gcc-$GCC_VERSION/gmp
|
||||
fi
|
||||
|
||||
if [ ! -e gcc-$GCC_VERSION/mpfr ]
|
||||
then
|
||||
- fetchextract http://ftp.gnu.org/gnu/mpfr/ mpfr-$MPFR_VERSION .tar.bz2
|
||||
+ fetchextract https://ftp.gnu.org/gnu/mpfr/ mpfr-$MPFR_VERSION .tar.bz2
|
||||
mv mpfr-$MPFR_VERSION gcc-$GCC_VERSION/mpfr
|
||||
fi
|
||||
|
||||
if [ ! -e gcc-$GCC_VERSION/mpc ]
|
||||
then
|
||||
- fetchextract http://www.multiprecision.org/mpc/download/ mpc-$MPC_VERSION .tar.gz
|
||||
+ fetchextract https://ftp.gnu.org/gnu/mpc/ mpc-$MPC_VERSION .tar.gz
|
||||
mv mpc-$MPC_VERSION gcc-$GCC_VERSION/mpc
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user