Skip to content
Snippets Groups Projects
Commit a74f76bf authored by wlott's avatar wlott
Browse files

Added hppa and x86 support.

parent c02b9f97
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.47 1992/05/25 21:17:11 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.48 1992/07/13 01:51:56 wlott Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -33,11 +33,15 @@ ...@@ -33,11 +33,15 @@
'(#+pmax "c:mips/" '(#+pmax "c:mips/"
#+sparc "c:sparc/" #+sparc "c:sparc/"
#+rt "c:rt/" #+rt "c:rt/"
#+hppa "c:hppa/"
#+x86 "c:x86/"
"c:generic/")) "c:generic/"))
(setf (ext:search-list "assem:") (setf (ext:search-list "assem:")
'(#+pmax "lisp:assembly/mips/" '(#+pmax "lisp:assembly/mips/"
#+sparc "lisp:assembly/sparc/" #+sparc "lisp:assembly/sparc/"
#+rt "lisp:assembly/rt/" #+rt "lisp:assembly/rt/"
#+hppa "lisp:assembly/hppa/"
#+x86 "lisp:assembly/x86/"
"lisp:assembly/")) "lisp:assembly/"))
(setf (ext:search-list "hem:") '("lisp:hemlock/")) (setf (ext:search-list "hem:") '("lisp:hemlock/"))
(setf (ext:search-list "clx:") '("lisp:clx/")) (setf (ext:search-list "clx:") '("lisp:clx/"))
......
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