Add unportable tags and fix my-arch word

db4
Slava Pestov 2008-11-07 22:37:40 -06:00
parent c669040754
commit 9cc193ea5b
3 changed files with 4 additions and 2 deletions
basis
bootstrap/image
cpu/x86/64

View File

@ -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 ;

View File

@ -0,0 +1 @@
unportable

View File

@ -0,0 +1 @@
unportable