Raymond Toy pushed to branch sparc64-dev at cmucl / cmucl
Commits:
-
a77be97e
by Raymond Toy at 2016-12-27T10:02:48-08:00
2 changed files:
Changes:
... | ... | @@ -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 ;;
|
... | ... | @@ -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 ;;
|