[Git][cmucl/cmucl][sparc64-dev] Fix typo in paths for sparc/sparc64.
Raymond Toy
rtoy at common-lisp.net
Sun Dec 18 04:24:37 UTC 2016
Raymond Toy pushed to branch sparc64-dev at cmucl / cmucl
Commits:
235f6679 by Raymond Toy at 2016-12-17T20:24:27-08:00
Fix typo in paths for sparc/sparc64.
- - - - -
1 changed file:
- src/tools/worldload.lisp
Changes:
=====================================
src/tools/worldload.lisp
=====================================
--- a/src/tools/worldload.lisp
+++ b/src/tools/worldload.lisp
@@ -59,8 +59,8 @@
(setf (ext:search-list "c:") '("target:compiler/"))
(setf (ext:search-list "vm:")
'(#+(or pmax sgi) "c:mips/"
- #+(and sparc (not sparc64)) "c/sparc/"
- #+sparc64 "c/sparc64/"
+ #+(and sparc (not sparc64)) "c:sparc/"
+ #+sparc64 "c:sparc64/"
#+rt "c:rt/"
#+hppa "c:hppa/"
#+x86 "c:x86/"
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/235f6679a20a1e793e1a146da11ba7caae4be316
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20161218/9b4068ba/attachment.html>
More information about the cmucl-cvs
mailing list