Skip to content

Commit

Permalink
Elbrus 2000 architecture support added for Linux make build
Browse files Browse the repository at this point in the history
  • Loading branch information
nigels-com committed Apr 7, 2019
1 parent 3565eac commit 61d1674
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/Makefile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61d1674

Please sign in to comment.