summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2022-02-07 21:47:13 +0000
committerJames Le Cuirot <chewi@gentoo.org>2022-02-07 21:49:08 +0000
commit4b3adda7c92231ad940e70de5459fe5b6e230eff (patch)
tree0f157a3fe35ade835513547e35c2248fab4c1cb5 /profiles/arch/m68k
parentsci-mathematics/why3-for-spark: ignore CFLAGS (diff)
downloadgentoo-4b3adda7c92231ad940e70de5459fe5b6e230eff.tar.gz
gentoo-4b3adda7c92231ad940e70de5459fe5b6e230eff.tar.bz2
gentoo-4b3adda7c92231ad940e70de5459fe5b6e230eff.zip
profiles: Mask smp USE flag on m68k
m68k simply doesn't support SMP. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'profiles/arch/m68k')
-rw-r--r--profiles/arch/m68k/use.mask3
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask
index 472ca7ed8849..8d37993d6fc5 100644
--- a/profiles/arch/m68k/use.mask
+++ b/profiles/arch/m68k/use.mask
@@ -52,8 +52,9 @@ lua_targets_lua5-3
lua_single_target_lua5-3
# James Le Cuirot <chewi@gentoo.org> (2021-09-27)
-# MPI isn't very useful on an architecture that doesn't support SMP.
+# m68k simply doesn't support SMP.
mpi
+smp
# James Le Cuirot <chewi@gentoo.org> (2021-09-19)
# I tried Mesa under qemu-system-m68k with VirtIO-GPU. It didn't work.