summaryrefslogtreecommitdiff
path: root/profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/musl/make.defaults
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-02-17 17:37:38 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-02-17 17:37:38 +0000
commit95580151e6cfe563d6c0550936c7fd92e24a6acf (patch)
treed6303b8b93da47cdce9e5f980e29b1f0d4fd83be /profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/musl/make.defaults
parentf8deb4f754798d63fb6b82178452ee846df8475f (diff)
gentoo auto-resync : 17:02:2024 - 17:37:38
Diffstat (limited to 'profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/musl/make.defaults')
-rw-r--r--profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/musl/make.defaults9
1 files changed, 9 insertions, 0 deletions
diff --git a/profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/musl/make.defaults b/profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/musl/make.defaults
new file mode 100644
index 000000000000..a27d20f7e941
--- /dev/null
+++ b/profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/musl/make.defaults
@@ -0,0 +1,9 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+CHOST="mipsel-unknown-linux-musl"
+CHOST_o32="${CHOST}"
+LIBDIR_o32="lib"
+
+# Disable sandbox because its currently broken on mipsel-musl
+FEATURES="-sandbox"