added support for building 32-bit on 64-bit machines

This commit is contained in:
David Anderson
2008-04-15 23:26:54 +00:00
parent e1dd514f15
commit 44e078c7c0
17 changed files with 18 additions and 18 deletions

View File

@ -28,8 +28,8 @@ C_OBJECTS = $(SQL)/alter.c $(SQL)/analyze.c $(SQL)/attach.c $(SQL)/auth.c $(SQL)
$(SQL)/update.c $(SQL)/utf.c $(SQL)/util.c $(SQL)/vacuum.c $(SQL)/vdbe.c $(SQL)/vdbeapi.c \
$(SQL)/vdbeaux.c $(SQL)/vdbefifo.c $(SQL)/vdbemem.c $(SQL)/vtab.c $(SQL)/where.c \
CFLAGS = -Wall -Werror
CPPFLAGS = -Wall -Wno-non-virtual-dtor -Werror
CFLAGS = -Wall -Werror -m32
CPPFLAGS = -Wall -Wno-non-virtual-dtor -Werror -m32
LINK = -lgcc -static-libgcc -lpthread