Skip to content
Snippets Groups Projects
Commit 6f5950a4 authored by hallgren's avatar hallgren
Browse files

Added sgi support.

parent 34fc783b
No related branches found
No related tags found
No related merge requests found
...@@ -212,6 +212,7 @@ ...@@ -212,6 +212,7 @@
((c:target-featurep :sparc) "sparc/") ((c:target-featurep :sparc) "sparc/")
((c:target-featurep :x86) "x86/") ((c:target-featurep :x86) "x86/")
((c:target-featurep :alpha) "alpha/") ((c:target-featurep :alpha) "alpha/")
((c:target-featurep :sgi) "mips/")
(t (t
(error "What machine is this?"))) (error "What machine is this?")))
(make-pathname :directory (pathname-directory f))))) (make-pathname :directory (pathname-directory f)))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment