Workig on Modules

FossilOrigin-Name: 57d51d934fb035d00765d1b3a03b9a6b2e6aa75e1e10b24760d66eaa93dc0250
This commit is contained in:
7u83@mail.ru
2016-02-22 08:18:35 +00:00
parent 99349f4b1b
commit 7e9721f369
7 changed files with 44 additions and 21 deletions

View File

@ -18,3 +18,10 @@ GNUTLS_LIBS=
GNUTLS_LDFLAGS=-lgnutls -lnettle -lgmp
endif
ifndef ARCH
ARCH = $(shell $(CC) -dumpmachine)
endif