make memory for generated opcodes executable so the program works with

enabled NX feature.
This commit is contained in:
Ludwig Nussel 2006-01-06 19:11:05 +00:00
parent dbf7caec10
commit 13039ef44f
2 changed files with 2 additions and 10 deletions

View file

@ -870,13 +870,6 @@ ifeq ($(ARCH),x86)
endif
ifeq ($(ARCH),x86_64)
Q3OBJ += $(B)/client/vm_x86_64.o
#FIXME: why do these need to be here?
Q3OBJ += \
$(B)/client/snd_mixa.o \
$(B)/client/matha.o \
$(B)/client/ftola.o \
$(B)/client/snapvectora.o
endif
ifeq ($(ARCH),ppc)