commit:     8534cf69ca7b6aa4ef30a4089bedbfe52a48ae93
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  7 02:01:10 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 15 22:21:10 2026 +0000
URL:        https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=8534cf69

crossdev: CET only on Linux

In preparation for GNU Hurd. Noticed this when looking at
https://github.com/matijaskala/hurd.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 crossdev | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crossdev b/crossdev
index 1c39dfa..3c4666d 100755
--- a/crossdev
+++ b/crossdev
@@ -569,7 +569,7 @@ parse_target() {
        # Configure the cet USE flag to match the profiles. We especially
        # don't want to enable it on i?86.
        case ${CTARGET} in
-               x86_64-*)
+               x86_64-*-linux*)
                        BFORCE+=" cet"
                        GUSE+=" cet"
                        LUSE+=" cet"

Reply via email to