mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-24 12:06:31 +01:00
libatomic_ops 7.6.10.
This commit is contained in:
parent
6edb5b3212
commit
d810a77175
6 changed files with 33 additions and 0 deletions
17
sysa/libatomic_ops-7.6.10/libatomic_ops-7.6.10.sh
Executable file
17
sysa/libatomic_ops-7.6.10/libatomic_ops-7.6.10.sh
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
autoreconf-2.69 -fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--build=i386-unknown-linux-gnu \
|
||||
--host=i386-unknown-linux-gnu \
|
||||
--target=i386-unknown-linux-gnu \
|
||||
--libdir="${PREFIX}/lib/musl" \
|
||||
--disable-shared
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue