Skip to content
Snippets Groups Projects
Commit 9075c97e authored by Raymond Toy's avatar Raymond Toy
Browse files

Set vmdir correctly for sparc64.

:sparc64 sources are in sparcv9.  (Should we rename the directory?)
parent 0082cee6
No related branches found
No related tags found
No related merge requests found
......@@ -304,6 +304,7 @@
((c:target-featurep :sgi) "mips/")
((c:target-featurep :ppc) "ppc/")
((c:target-featurep :amd64) "amd64/")
((c:target-featurep :sparc64) "sparcv9/")
(t
(error "What machine is this?")))
(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