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

Commits:

2 changed files:

Changes:

  • bin/make-extra-dist.sh
    ... ... @@ -34,6 +34,7 @@ OS=$4
    34 34
     
    
    35 35
     case $ARCH in
    
    36 36
     	x86*)		FASL="sse2f" ;;
    
    37
    +        sparc64)        FASL=sparc64f ;;
    
    37 38
     	sparc*)		FASL=sparcf ;;
    
    38 39
     	alpha*)		FASL=axpf ;;
    
    39 40
     	ppc*)		FASL=ppcf ;;
    

  • bin/make-main-dist.sh
    ... ... @@ -41,6 +41,7 @@ CORE=lisp.core
    41 41
     case $ARCH in
    
    42 42
     	x86*)		FASL=sse2f
    
    43 43
                             CORE="lisp-sse2.core" ;;
    
    44
    +        sparc64)       FASL=sparc64f ;;
    
    44 45
     	sparc*)		FASL=sparcf ;;
    
    45 46
     	alpha*)		FASL=axpf ;;
    
    46 47
     	ppc*)		FASL=ppcf ;;