diff --git a/tools/comcom.lisp b/tools/comcom.lisp
index f4f9e163e98887ee948298c40ce1bda3da3fc25e..c0d76e6b47f1a121f4a61807dd8b29b48a5841cc 100644
--- a/tools/comcom.lisp
+++ b/tools/comcom.lisp
@@ -304,7 +304,7 @@
 (comf "target:compiler/dump")
 
 (comf "target:compiler/generic/core")
-(if (c:target-featurep '(or :hppa :x86))
+(if (c:target-featurep '(or :hppa :x86 :pmax))
     (comf "target:compiler/generic/new-genesis")
     (comf "target:compiler/generic/genesis"))