diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-02-17 17:37:38 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-02-17 17:37:38 +0000 |
commit | 95580151e6cfe563d6c0550936c7fd92e24a6acf (patch) | |
tree | d6303b8b93da47cdce9e5f980e29b1f0d4fd83be /profiles/arch | |
parent | f8deb4f754798d63fb6b82178452ee846df8475f (diff) |
gentoo auto-resync : 17:02:2024 - 17:37:38
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 |