Elbrus 2000 architecture support added for Linux make build

This commit is contained in:
Nigel Stewart 2019-04-07 19:39:22 +10:00
parent 3565eacf87
commit 61d167422c

View File

@ -9,6 +9,9 @@ endif
ifeq (ppc64,${M_ARCH})
ARCH64 = true
endif
ifeq (e2k,${M_ARCH})
ARCH64 = true
endif
ifeq (${ARCH64},true)
LDFLAGS.EXTRA = -L/usr/X11R6/lib64 -L/usr/lib64
LIBDIR = $(GLEW_DEST)/lib64