libatomic_ops 7.6.10.

This commit is contained in:
Andrius Štikonas 2021-07-01 23:14:17 +01:00
parent 6edb5b3212
commit d810a77175
6 changed files with 33 additions and 0 deletions

View 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
}