X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcold%2Fshared.lisp;fp=src%2Fcold%2Fshared.lisp;h=6553dfa05ceb6776faad66067828c53b8c03e6d0;hb=1d06300e09f767a38bbe6d5b38232ca334ab1913;hp=910220697332fb1100c0d9fe48f8d6d0dd2cba59;hpb=3e77276ea06f6b0f46f7def5e018b66369e52107;p=sbcl.git diff --git a/src/cold/shared.lisp b/src/cold/shared.lisp index 9102206..6553dfa 100644 --- a/src/cold/shared.lisp +++ b/src/cold/shared.lisp @@ -153,7 +153,7 @@ ":GENCGC and :CHENEYGC are incompatible") ("(and cheneygc (not (or alpha hppa mips ppc sparc)))" ":CHENEYGC not supported on selected architecture") - ("(and gencgc (not (or ppc x86 x86-64)))" + ("(and gencgc (not (or sparc ppc x86 x86-64)))" ":GENCGC not supported on selected architecture") ("(not (or gencgc cheneygc))" "One of :GENCGC or :CHENEYGC must be enabled")