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

Removed MACH from the backend version, as the backend has nothing to do

with mach.
parent 6bbc7692
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC). ;;; Scott Fahlman (FAHLMAN@CMUC).
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/parms.lisp,v 1.11 1991/09/18 06:36:05 wlott Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/parms.lisp,v 1.12 1991/10/05 19:33:33 wlott Exp $
;;; ;;;
;;; This file contains some parameterizations of various VM ;;; This file contains some parameterizations of various VM
;;; attributes for the SPARC. This file is separate from other stuff so ;;; attributes for the SPARC. This file is separate from other stuff so
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
(eval-when (compile eval load) (eval-when (compile eval load)
(setf (backend-name *target-backend*) "SPARC") (setf (backend-name *target-backend*) "SPARC")
(setf (backend-version *target-backend*) "SPARCstation/Mach 0.0") (setf (backend-version *target-backend*) "SPARCstation/Sun 4")
(setf (backend-fasl-file-type *target-backend*) "sparcf") (setf (backend-fasl-file-type *target-backend*) "sparcf")
(setf (backend-fasl-file-implementation *target-backend*) (setf (backend-fasl-file-implementation *target-backend*)
sparc-fasl-file-implementation) sparc-fasl-file-implementation)
......
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