Compare commits
7 Commits
fe66ba3077
...
3782eac8b0
| Author | SHA1 | Date | |
|---|---|---|---|
| 3782eac8b0 | |||
| 47d1c206c9 | |||
| 4446f2b332 | |||
| 561ca04e0f | |||
| 04b5734380 | |||
| 2bdec636b1 | |||
| eae60a6dfe |
@@ -9,7 +9,7 @@ S="${WORKDIR}"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="ceamac"
|
||||
KEYWORDS="amd64"
|
||||
KEYWORDS="amd64 arm arm64"
|
||||
|
||||
RESTRICT="bindist"
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ S="${WORKDIR}"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="ceamac"
|
||||
KEYWORDS="~amd64"
|
||||
KEYWORDS="~amd64 ~arm ~arm64"
|
||||
IUSE="fpm apache2"
|
||||
|
||||
RESTRICT="bindist"
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
5
|
||||
@@ -0,0 +1 @@
|
||||
5
|
||||
@@ -0,0 +1,2 @@
|
||||
..
|
||||
../../features/musl
|
||||
@@ -0,0 +1,2 @@
|
||||
..
|
||||
../../../features/busybox
|
||||
@@ -0,0 +1 @@
|
||||
5
|
||||
@@ -0,0 +1,10 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
CHOST="armv7a-unknown-linux-musleabihf"
|
||||
CHOST_arm="${CHOST}"
|
||||
|
||||
CFLAGS="-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard"
|
||||
CXXFLAGS="${CFLAGS}"
|
||||
FFLAGS="${CFLAGS}"
|
||||
FCFLAGS="${CFLAGS}"
|
||||
@@ -0,0 +1,6 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Andreas K. Hüttel <dilfridge@gentoo.org> (2024-03-20)
|
||||
# Does not compile with musl-1.2.4
|
||||
sys-devel/gcc sanitize
|
||||
@@ -0,0 +1,11 @@
|
||||
# Copyright 2024-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Sam James <sam@gentoo.org> (2024-06-16)
|
||||
# Avoid pulling in llvm-runtimes/compiler-rt-sanitizers which fails to build
|
||||
# See bug #928936.
|
||||
llvm-runtimes/clang-runtime sanitize
|
||||
|
||||
# Andreas K. Hüttel <dilfridge@gentoo.org> (2024-03-20)
|
||||
# Does not compile with musl-1.2.4
|
||||
sys-devel/gcc sanitize
|
||||
@@ -0,0 +1,3 @@
|
||||
../../../../features/musl
|
||||
../../../../features/installmask
|
||||
gentoo:features/wd40
|
||||
@@ -0,0 +1 @@
|
||||
5
|
||||
@@ -0,0 +1 @@
|
||||
5
|
||||
@@ -0,0 +1,2 @@
|
||||
..
|
||||
../../features/musl
|
||||
@@ -0,0 +1,2 @@
|
||||
..
|
||||
../../../features/gnu
|
||||
@@ -0,0 +1,6 @@
|
||||
../../gentoo/base
|
||||
../../gentoo/default
|
||||
gentoo:arch/arm/armv7a
|
||||
gentoo:features/merged-usr
|
||||
../../features/minimal
|
||||
../../features/installmask
|
||||
@@ -0,0 +1 @@
|
||||
5
|
||||
@@ -0,0 +1 @@
|
||||
5
|
||||
@@ -0,0 +1,2 @@
|
||||
..
|
||||
../../features/musl
|
||||
@@ -0,0 +1,2 @@
|
||||
..
|
||||
../../../features/busybox
|
||||
@@ -0,0 +1 @@
|
||||
5
|
||||
@@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
ARCH="arm64"
|
||||
ACCEPT_KEYWORDS="${ARCH}"
|
||||
|
||||
CHOST="aarch64-unknown-linux-musl"
|
||||
CFLAGS="-O2"
|
||||
CXXFLAGS="${CFLAGS}"
|
||||
FFLAGS="${CFLAGS}"
|
||||
FCFLAGS="${CFLAGS}"
|
||||
|
||||
# Anthony G. Basile <blueness@gentoo.org> (2015-10-25)
|
||||
# Multilib-related setup, bug #515130
|
||||
ABI="arm64"
|
||||
DEFAULT_ABI="arm64"
|
||||
MULTILIB_ABIS="arm64"
|
||||
CHOST_arm64="${CHOST}"
|
||||
LIBDIR_arm64="lib"
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2017-03-14)
|
||||
# Unhide the ARM-specific USE_EXPANDs.
|
||||
USE_EXPAND_HIDDEN="-CPU_FLAGS_ARM"
|
||||
@@ -0,0 +1,6 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Georgy Yakovlev <gyakovlev@gentoo.org> (2021-04-27)
|
||||
# rust-bin is awailable on arm64 musl
|
||||
-dev-lang/rust-bin
|
||||
@@ -0,0 +1,8 @@
|
||||
# Copyright 2022-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Arthur Zamarin <arthurzam@gentoo.org> (2022-01-21)
|
||||
# Bootstrapping is possible using our build snapshot, so don't force
|
||||
# system bootstrap
|
||||
dev-java/openjdk:17 -system-bootstrap
|
||||
dev-java/openjdk:21 -system-bootstrap
|
||||
@@ -0,0 +1,2 @@
|
||||
../../../../features/musl
|
||||
../../../../features/installmask
|
||||
@@ -0,0 +1,5 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Mask multilib, since we cannot use it.
|
||||
multilib
|
||||
@@ -0,0 +1 @@
|
||||
5
|
||||
@@ -0,0 +1 @@
|
||||
5
|
||||
@@ -0,0 +1,2 @@
|
||||
..
|
||||
../../features/musl
|
||||
@@ -0,0 +1,2 @@
|
||||
..
|
||||
../../../features/gnu
|
||||
@@ -0,0 +1,6 @@
|
||||
../../gentoo/base
|
||||
../../gentoo/default
|
||||
gentoo:arch/arm64/little-endian
|
||||
gentoo:features/merged-usr
|
||||
../../features/minimal
|
||||
../../features/installmask
|
||||
@@ -4,7 +4,16 @@
|
||||
# Minimal profiles
|
||||
amd64 linux/arch/amd64/gnu exp
|
||||
amd64 linux/arch/amd64/busybox exp
|
||||
arm64 linux/arch/arm64/gnu exp
|
||||
arm64 linux/arch/arm64/busybox exp
|
||||
arm linux/arch/arm/gnu exp
|
||||
arm linux/arch/arm/busybox exp
|
||||
|
||||
# Minimal musl profiles
|
||||
amd64 linux/arch/amd64/gnu/musl exp
|
||||
amd64 linux/arch/amd64/busybox/musl exp
|
||||
arm64 linux/arch/arm64/gnu/musl exp
|
||||
arm64 linux/arch/arm64/busybox/musl exp
|
||||
arm linux/arch/arm/gnu/musl exp
|
||||
arm linux/arch/arm/busybox/musl exp
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ S="${WORKDIR}"
|
||||
|
||||
LICENSE="|| ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 )"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
KEYWORDS="amd64 arm arm64"
|
||||
IUSE="cxx"
|
||||
|
||||
COMMON_DEPEND="virtual/libc"
|
||||
|
||||
@@ -9,7 +9,7 @@ S="${WORKDIR}"
|
||||
|
||||
LICENSE="|| ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 )"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
KEYWORDS="~amd64 ~arm ~arm64"
|
||||
IUSE="cxx"
|
||||
|
||||
COMMON_DEPEND="virtual/libc"
|
||||
|
||||
@@ -5,7 +5,7 @@ EAPI=8
|
||||
|
||||
DESCRIPTION="Virtual for gcc-libs"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
KEYWORDS="amd64 arm arm64"
|
||||
|
||||
RDEPEND="|| (
|
||||
~sys-libs/gcc-libs-${PV}
|
||||
|
||||
@@ -5,7 +5,7 @@ EAPI=8
|
||||
|
||||
DESCRIPTION="Virtual for gcc-libs"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
KEYWORDS="~amd64 ~arm ~arm64"
|
||||
|
||||
RDEPEND="|| (
|
||||
~sys-libs/gcc-libs-${PV}
|
||||
|
||||
Reference in New Issue
Block a user