head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2010.05.10.01.07.30;	author vanilla;	state dead;
branches;
next	1.1;

1.1
date	2010.04.12.07.26.45;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgrade to 0.1.94.

Approved by:	maintainer
@
text
@--- deps/v8/tools/utils.py.orig	2010-04-12 11:54:20.000000000 +0800
+++ deps/v8/tools/utils.py	2010-04-12 11:54:44.000000000 +0800
@@@@ -69,6 +69,8 @@@@
     return 'arm'
   elif (not id) or (not re.match('(x|i[3-6])86', id) is None):
     return 'ia32'
+  elif id == 'amd64':
+    return 'ia32'
   elif id == 'i86pc':
     return 'ia32'
   else:
@


1.1
log
@Add node 0.1.90, v8 javascript for client and server.

PR:		ports/145641
Submitted by:	Jin-Sih Lin <linpct at gmail.com>
@
text
@@

