diff options
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/mips/mipsel/o32_sf/eapi | 1 | ||||
-rw-r--r-- | profiles/arch/mips/mipsel/o32_sf/make.defaults | 6 | ||||
-rw-r--r-- | profiles/arch/mips/mipsel/o32_sf/parent | 1 | ||||
-rw-r--r-- | profiles/arch/mips/o32_sf/eapi | 1 | ||||
-rw-r--r-- | profiles/arch/mips/o32_sf/make.defaults | 5 | ||||
-rw-r--r-- | profiles/arch/mips/o32_sf/parent | 1 |
6 files changed, 15 insertions, 0 deletions
diff --git a/profiles/arch/mips/mipsel/o32_sf/eapi b/profiles/arch/mips/mipsel/o32_sf/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/arch/mips/mipsel/o32_sf/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/arch/mips/mipsel/o32_sf/make.defaults b/profiles/arch/mips/mipsel/o32_sf/make.defaults new file mode 100644 index 000000000000..361ceb95fb69 --- /dev/null +++ b/profiles/arch/mips/mipsel/o32_sf/make.defaults @@ -0,0 +1,6 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +CHOST="mipsel-softfloat-linux-gnu" +CHOST_o32="mipsel-softfloat-linux-gnu" + diff --git a/profiles/arch/mips/mipsel/o32_sf/parent b/profiles/arch/mips/mipsel/o32_sf/parent new file mode 100644 index 000000000000..77e90486b02b --- /dev/null +++ b/profiles/arch/mips/mipsel/o32_sf/parent @@ -0,0 +1 @@ +../o32 diff --git a/profiles/arch/mips/o32_sf/eapi b/profiles/arch/mips/o32_sf/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/arch/mips/o32_sf/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/arch/mips/o32_sf/make.defaults b/profiles/arch/mips/o32_sf/make.defaults new file mode 100644 index 000000000000..e0e257d8f843 --- /dev/null +++ b/profiles/arch/mips/o32_sf/make.defaults @@ -0,0 +1,5 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +CHOST="mips-softfloat-linux-gnu" +CHOST_o32="mips-softfloat-linux-gnu" diff --git a/profiles/arch/mips/o32_sf/parent b/profiles/arch/mips/o32_sf/parent new file mode 100644 index 000000000000..77e90486b02b --- /dev/null +++ b/profiles/arch/mips/o32_sf/parent @@ -0,0 +1 @@ +../o32 |