summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-02-18 17:53:35 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-02-18 17:54:25 +0100
commit6b016da010f9ba82b15284956c4d4d90b8fb03aa (patch)
treedacf018b617e48fc699b1857011a6821ec5cca5e /profiles
parentnet-misc/sunshine: Update for new ARM flags (diff)
downloadgentoo-6b016da010f9ba82b15284956c4d4d90b8fb03aa.tar.gz
gentoo-6b016da010f9ba82b15284956c4d4d90b8fb03aa.tar.bz2
gentoo-6b016da010f9ba82b15284956c4d4d90b8fb03aa.zip
profiles: 23.0 mips: fix botched attempt at softfloat profiles
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r--profiles/arch/mips/mipsel/o32_sf/eapi1
-rw-r--r--profiles/arch/mips/mipsel/o32_sf/make.defaults6
-rw-r--r--profiles/arch/mips/mipsel/o32_sf/parent1
-rw-r--r--profiles/arch/mips/o32_sf/eapi1
-rw-r--r--profiles/arch/mips/o32_sf/make.defaults5
-rw-r--r--profiles/arch/mips/o32_sf/parent1
-rw-r--r--profiles/default/linux/mips/23.0/mipsel/o32_sf/make.defaults2
-rw-r--r--profiles/default/linux/mips/23.0/mipsel/o32_sf/musl/make.defaults2
-rw-r--r--profiles/default/linux/mips/23.0/mipsel/o32_sf/parent2
-rw-r--r--profiles/default/linux/mips/23.0/o32_sf/make.defaults2
-rw-r--r--profiles/default/linux/mips/23.0/o32_sf/musl/make.defaults2
-rw-r--r--profiles/default/linux/mips/23.0/o32_sf/parent2
-rw-r--r--profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/make.defaults2
-rw-r--r--profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/musl/make.defaults2
-rw-r--r--profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/parent2
-rw-r--r--profiles/default/linux/mips/23.0/split-usr/o32_sf/make.defaults2
-rw-r--r--profiles/default/linux/mips/23.0/split-usr/o32_sf/musl/make.defaults2
-rw-r--r--profiles/default/linux/mips/23.0/split-usr/o32_sf/parent2
18 files changed, 12 insertions, 27 deletions
diff --git a/profiles/arch/mips/mipsel/o32_sf/eapi b/profiles/arch/mips/mipsel/o32_sf/eapi
deleted file mode 100644
index 7ed6ff82de6b..000000000000
--- a/profiles/arch/mips/mipsel/o32_sf/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/arch/mips/mipsel/o32_sf/make.defaults b/profiles/arch/mips/mipsel/o32_sf/make.defaults
deleted file mode 100644
index 361ceb95fb69..000000000000
--- a/profiles/arch/mips/mipsel/o32_sf/make.defaults
+++ /dev/null
@@ -1,6 +0,0 @@
-# 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
deleted file mode 100644
index 77e90486b02b..000000000000
--- a/profiles/arch/mips/mipsel/o32_sf/parent
+++ /dev/null
@@ -1 +0,0 @@
-../o32
diff --git a/profiles/arch/mips/o32_sf/eapi b/profiles/arch/mips/o32_sf/eapi
deleted file mode 100644
index 7ed6ff82de6b..000000000000
--- a/profiles/arch/mips/o32_sf/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/profiles/arch/mips/o32_sf/make.defaults b/profiles/arch/mips/o32_sf/make.defaults
deleted file mode 100644
index e0e257d8f843..000000000000
--- a/profiles/arch/mips/o32_sf/make.defaults
+++ /dev/null
@@ -1,5 +0,0 @@
-# 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
deleted file mode 100644
index 77e90486b02b..000000000000
--- a/profiles/arch/mips/o32_sf/parent
+++ /dev/null
@@ -1 +0,0 @@
-../o32
diff --git a/profiles/default/linux/mips/23.0/mipsel/o32_sf/make.defaults b/profiles/default/linux/mips/23.0/mipsel/o32_sf/make.defaults
index e9cc91c33347..0c4e59c49cdb 100644
--- a/profiles/default/linux/mips/23.0/mipsel/o32_sf/make.defaults
+++ b/profiles/default/linux/mips/23.0/mipsel/o32_sf/make.defaults
@@ -1,7 +1,7 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-CHOST_o32="mipsel-unknown-linux-gnu"
+CHOST_o32="mipsel-softfloat-linux-gnu"
CHOST_n32="mips64el-unknown-linux-gnuabin32"
CHOST_n64="mips64el-unknown-linux-gnuabi64"
diff --git a/profiles/default/linux/mips/23.0/mipsel/o32_sf/musl/make.defaults b/profiles/default/linux/mips/23.0/mipsel/o32_sf/musl/make.defaults
index a27d20f7e941..f75ee84c90e4 100644
--- a/profiles/default/linux/mips/23.0/mipsel/o32_sf/musl/make.defaults
+++ b/profiles/default/linux/mips/23.0/mipsel/o32_sf/musl/make.defaults
@@ -1,7 +1,7 @@
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-CHOST="mipsel-unknown-linux-musl"
+CHOST="mipsel-softfloat-linux-musl"
CHOST_o32="${CHOST}"
LIBDIR_o32="lib"
diff --git a/profiles/default/linux/mips/23.0/mipsel/o32_sf/parent b/profiles/default/linux/mips/23.0/mipsel/o32_sf/parent
index c0c59334a619..f4b62c6e996d 100644
--- a/profiles/default/linux/mips/23.0/mipsel/o32_sf/parent
+++ b/profiles/default/linux/mips/23.0/mipsel/o32_sf/parent
@@ -1,2 +1,2 @@
..
-../../../../../../arch/mips/mipsel/o32_sf
+../../../../../../arch/mips/mipsel/o32
diff --git a/profiles/default/linux/mips/23.0/o32_sf/make.defaults b/profiles/default/linux/mips/23.0/o32_sf/make.defaults
index 0a835e38d25b..cce6b6f525ca 100644
--- a/profiles/default/linux/mips/23.0/o32_sf/make.defaults
+++ b/profiles/default/linux/mips/23.0/o32_sf/make.defaults
@@ -1,7 +1,7 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-CHOST_o32="mips-unknown-linux-gnu"
+CHOST_o32="mips-softfloat-linux-gnu"
CHOST_n32="mips64-unknown-linux-gnuabin32"
CHOST_n64="mips64-unknown-linux-gnuabi64"
diff --git a/profiles/default/linux/mips/23.0/o32_sf/musl/make.defaults b/profiles/default/linux/mips/23.0/o32_sf/musl/make.defaults
index dd6d00ffcba1..ef9d236f048a 100644
--- a/profiles/default/linux/mips/23.0/o32_sf/musl/make.defaults
+++ b/profiles/default/linux/mips/23.0/o32_sf/musl/make.defaults
@@ -1,6 +1,6 @@
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-CHOST="mips-unknown-linux-musl"
+CHOST="mips-softfloat-linux-musl"
CHOST_o32="${CHOST}"
LIBDIR_o32="lib"
diff --git a/profiles/default/linux/mips/23.0/o32_sf/parent b/profiles/default/linux/mips/23.0/o32_sf/parent
index 9f00e17afa71..347406129648 100644
--- a/profiles/default/linux/mips/23.0/o32_sf/parent
+++ b/profiles/default/linux/mips/23.0/o32_sf/parent
@@ -1,2 +1,2 @@
..
-../../../../../arch/mips/o32_sf
+../../../../../arch/mips/o32
diff --git a/profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/make.defaults b/profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/make.defaults
index e9cc91c33347..0c4e59c49cdb 100644
--- a/profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/make.defaults
+++ b/profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/make.defaults
@@ -1,7 +1,7 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-CHOST_o32="mipsel-unknown-linux-gnu"
+CHOST_o32="mipsel-softfloat-linux-gnu"
CHOST_n32="mips64el-unknown-linux-gnuabin32"
CHOST_n64="mips64el-unknown-linux-gnuabi64"
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
index a27d20f7e941..f75ee84c90e4 100644
--- 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
@@ -1,7 +1,7 @@
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-CHOST="mipsel-unknown-linux-musl"
+CHOST="mipsel-softfloat-linux-musl"
CHOST_o32="${CHOST}"
LIBDIR_o32="lib"
diff --git a/profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/parent b/profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/parent
index 56ec788c4c74..85db6caf16e5 100644
--- a/profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/parent
+++ b/profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/parent
@@ -1,2 +1,2 @@
..
-../../../../../../../arch/mips/mipsel/o32_sf
+../../../../../../../arch/mips/mipsel/o32
diff --git a/profiles/default/linux/mips/23.0/split-usr/o32_sf/make.defaults b/profiles/default/linux/mips/23.0/split-usr/o32_sf/make.defaults
index 0a835e38d25b..cce6b6f525ca 100644
--- a/profiles/default/linux/mips/23.0/split-usr/o32_sf/make.defaults
+++ b/profiles/default/linux/mips/23.0/split-usr/o32_sf/make.defaults
@@ -1,7 +1,7 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-CHOST_o32="mips-unknown-linux-gnu"
+CHOST_o32="mips-softfloat-linux-gnu"
CHOST_n32="mips64-unknown-linux-gnuabin32"
CHOST_n64="mips64-unknown-linux-gnuabi64"
diff --git a/profiles/default/linux/mips/23.0/split-usr/o32_sf/musl/make.defaults b/profiles/default/linux/mips/23.0/split-usr/o32_sf/musl/make.defaults
index dd6d00ffcba1..ef9d236f048a 100644
--- a/profiles/default/linux/mips/23.0/split-usr/o32_sf/musl/make.defaults
+++ b/profiles/default/linux/mips/23.0/split-usr/o32_sf/musl/make.defaults
@@ -1,6 +1,6 @@
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-CHOST="mips-unknown-linux-musl"
+CHOST="mips-softfloat-linux-musl"
CHOST_o32="${CHOST}"
LIBDIR_o32="lib"
diff --git a/profiles/default/linux/mips/23.0/split-usr/o32_sf/parent b/profiles/default/linux/mips/23.0/split-usr/o32_sf/parent
index f1923711b079..6d4edaa24a38 100644
--- a/profiles/default/linux/mips/23.0/split-usr/o32_sf/parent
+++ b/profiles/default/linux/mips/23.0/split-usr/o32_sf/parent
@@ -1,2 +1,2 @@
..
-../../../../../../arch/mips/o32_sf
+../../../../../../arch/mips/o32