Add unportable tags and fix my-arch word
parent
c669040754
commit
9cc193ea5b
basis
bootstrap/image
|
@ -14,8 +14,8 @@ IN: bootstrap.image
|
|||
|
||||
: arch ( os cpu -- arch )
|
||||
{
|
||||
{ "ppc" [ name>> "-ppc" append ] }
|
||||
{ "x86.64" [ name>> "winnt" = "winnt" "unix" ? "-x86.64" append ] }
|
||||
{ "ppc" [ "-ppc" append ] }
|
||||
{ "x86.64" [ "winnt" = "winnt" "unix" ? "-x86.64" append ] }
|
||||
[ nip ]
|
||||
} case ;
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
unportable
|
|
@ -0,0 +1 @@
|
|||
unportable
|
Loading…
Reference in New Issue