From 02d3aacf32c7fabd5c14bcd8be6023c2c5dbe5fb Mon Sep 17 00:00:00 2001 From: hallgren <hallgren> Date: Tue, 31 Aug 1993 13:50:44 +0000 Subject: [PATCH] Added support for the Alpha. --- tools/setup.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/setup.lisp b/tools/setup.lisp index ba083b9f1..2639ff9d3 100644 --- a/tools/setup.lisp +++ b/tools/setup.lisp @@ -211,6 +211,7 @@ ((c:target-featurep :hppa) "hppa/") ((c:target-featurep :sparc) "sparc/") ((c:target-featurep :x86) "x86/") + ((c:target-featurep :alpha) "alpha/") (t (error "What machine is this?"))) (make-pathname :directory (pathname-directory f))))) -- GitLab