Raymond Toy pushed to branch sparc64-dev at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/tools/setup.lisp
    ... ... @@ -298,13 +298,13 @@
    298 298
        (cond ((c:target-featurep :pmax) "mips/")
    
    299 299
    	  ((c:target-featurep :rt) "rt/")
    
    300 300
    	  ((c:target-featurep :hppa) "hppa/")
    
    301
    	  ((c:target-featurep :sparc64) "sparc64/")
    
    301 302
    	  ((c:target-featurep :sparc) "sparc/")
    
    302 303
    	  ((c:target-featurep :x86) "x86/")
    
    303 304
    	  ((c:target-featurep :alpha) "alpha/")
    
    304 305
    	  ((c:target-featurep :sgi) "mips/")
    
    305 306
    	  ((c:target-featurep :ppc) "ppc/")
    
    306 307
    	  ((c:target-featurep :amd64) "amd64/")
    
    307
    	  ((c:target-featurep :sparc64) "sparc64/")
    
    308 308
    	  (t
    
    309 309
    	   (error "What machine is this?")))
    
    310 310
        (make-pathname :directory (pathname-directory f)))))