diff options
author | 2023-06-03 03:18:57 +0100 | |
---|---|---|
committer | 2023-06-10 11:24:04 +0100 | |
commit | a7361d2e880798bce305c5085c2f63b5d2c747a6 (patch) | |
tree | 1342ba9ffa1843f5439c7cc0a20f71fd24735232 /eclass/usr-ldscript.eclass | |
parent | toolchain-funcs.eclass: drop dead prefix targets (diff) | |
download | gentoo-a7361d2e880798bce305c5085c2f63b5d2c747a6.tar.gz gentoo-a7361d2e880798bce305c5085c2f63b5d2c747a6.tar.bz2 gentoo-a7361d2e880798bce305c5085c2f63b5d2c747a6.zip |
usr-ldscript.eclass: drop dead prefix targets
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/usr-ldscript.eclass')
-rw-r--r-- | eclass/usr-ldscript.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/usr-ldscript.eclass b/eclass/usr-ldscript.eclass index 6dbce59c6400..e52de9e658d4 100644 --- a/eclass/usr-ldscript.eclass +++ b/eclass/usr-ldscript.eclass @@ -1,4 +1,4 @@ -# Copyright 2019-2022 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: usr-ldscript.eclass @@ -55,7 +55,7 @@ gen_usr_ldscript() { case ${CTARGET:-${CHOST}} in *-darwin*) ;; *-android*) return 0 ;; - *linux*|*-freebsd*|*-openbsd*|*-netbsd*) + *linux*) use split-usr || return 0 ;; *) return 0 ;; |