mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-12 06:15:29 +01:00
GMP 6.2.1
This commit is contained in:
parent
2af0e400d2
commit
f5b914bb9f
6 changed files with 39 additions and 0 deletions
3
sysa/gmp-6.2.1/checksums
Normal file
3
sysa/gmp-6.2.1/checksums
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
bfaced23588bc183f34364896cdfbf63cf63418f577a7cd1b2964753445621a7 /after/lib/musl/libgmp.a
|
||||
86607fe734f726f40fe3cc50038a3f15ec5bb9c6c05288b3536d5419dab60487 /after/lib/musl/libgmp.la
|
||||
89c9be645cd64ed5ed835460ad6305c945227c8e53f631dde96808d5cba3e4b7 /after/lib/musl/libgmp.so.10.4.1
|
||||
21
sysa/gmp-6.2.1/gmp-6.2.1.sh
Executable file
21
sysa/gmp-6.2.1/gmp-6.2.1.sh
Executable file
|
|
@ -0,0 +1,21 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
default_src_prepare
|
||||
|
||||
# Remove bison and flex generated files
|
||||
rm demos/calc/calc.{c,h} demos/calc/calclex.c
|
||||
|
||||
autoreconf -f -i
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--build=i386-unknown-linux-gnu \
|
||||
--host=i386-unknown-linux-gnu \
|
||||
--target=i386-unknown-linux-gnu \
|
||||
--libdir="${PREFIX}/lib/musl"
|
||||
}
|
||||
|
|
@ -22,6 +22,8 @@ build automake-1.13.4
|
|||
|
||||
build automake-1.15.1
|
||||
|
||||
build gmp-6.2.1
|
||||
|
||||
echo "Bootstrapping completed."
|
||||
|
||||
exec env - PATH=/after/bin PS1="\w # " bash -i
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue