Raymond Toy pushed to branch arm64-dev-1 at cmucl / cmucl
Commits:
-
001fe8ba
by Raymond Toy at 2026-03-21T08:02:10-07:00
-
54272c1b
by Raymond Toy at 2026-03-21T08:06:22-07:00
2 changed files:
Changes:
| ... | ... | @@ -306,6 +306,7 @@ |
| 306 | 306 | ((c:target-featurep :amd64) "amd64/")
|
| 307 | 307 | ((c:target-featurep :arm) "arm/")
|
| 308 | 308 | ((c:target-featurep :sparc64) "sparc64/")
|
| 309 | + ((c:target-featurep :arm64) "arm64/")
|
|
| 309 | 310 | (t
|
| 310 | 311 | (error "What machine is this?")))
|
| 311 | 312 | (make-pathname :directory (pathname-directory f)))))
|