0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00

Add -m32 gcc flag to udns build.

This is a temporary fix until V8 supports 64bit systems natively.
This commit is contained in:
Ryan 2009-08-08 16:58:06 +02:00
parent d8226af7f5
commit abaab2ce9b

View File

@ -52,7 +52,7 @@ NAMEPFX = $(NAME)-$(VERS)
CC = @CC@
RANLIB = @RANLIB@
CFLAGS = @CFLAGS@
CFLAGS = @CFLAGS@ -m32
CDEFS = @CDEFS@
PICFLAGS = -fPIC
AWK = awk