From ludwig: Unsigned overflows don't work in 64bit address space ...

This commit is contained in:
Zachary Slater 2005-08-27 18:10:36 +00:00
parent 157ad17c22
commit 916cb54d72
2 changed files with 9 additions and 12 deletions

View file

@ -179,6 +179,12 @@ ifeq ($(PLATFORM),linux)
LDFLAGS=-ldl -lm
GLLDFLAGS=-L/usr/X11R6/$(LIB) -lX11 -lXext -lXxf86dga -lXxf86vm
ifeq ($(ARCH),i386)
# linux32 make ...
BASE_CFLAGS += -m32
LDFLAGS+=-m32
endif
ifeq ($(ARCH),axp)
TARGETS=\
$(B)/$(PLATFORM)q3ded