From 33f54a8f69cb3c0b83da78775549dda4eb271a30 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Tue, 28 Jul 1992 22:10:22 +0000
Subject: [PATCH] Changed the pmax system to use new-genesis.

---
 tools/comcom.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/comcom.lisp b/tools/comcom.lisp
index f4f9e163e..c0d76e6b4 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"))
 
-- 
GitLab