Merge pull request #4 from smcv/hurd
Add support for the GNU/Hurd architecture
This commit is contained in:
commit
6a03817a9c
2 changed files with 5 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -325,7 +325,7 @@ MKDIR=mkdir
|
|||
EXTRA_FILES=
|
||||
CLIENT_EXTRA_FILES=
|
||||
|
||||
ifneq (,$(findstring "$(PLATFORM)", "linux" "gnu_kfreebsd" "kfreebsd-gnu"))
|
||||
ifneq (,$(findstring "$(PLATFORM)", "linux" "gnu_kfreebsd" "kfreebsd-gnu" "gnu"))
|
||||
|
||||
ifeq ($(ARCH),x86_64)
|
||||
LIB=lib64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue