This is a temporary fix until V8 supports 64bit systems natively.
@ -52,7 +52,7 @@ NAMEPFX = $(NAME)-$(VERS)
CC = @CC@
RANLIB = @RANLIB@
CFLAGS = @CFLAGS@
CFLAGS = @CFLAGS@ -m32
CDEFS = @CDEFS@
PICFLAGS = -fPIC
AWK = awk