Add support for the GNU/Hurd architecture

[As with GNU/kFreeBSD, it's treated as "Linux": all three use the GNU libc
and runtime linker, which is mostly what matters for ioquake3. -smcv]

Bug-Debian: http://bugs.debian.org/679330
Reviewed-by: Simon McVittie <smcv@debian.org>
This commit is contained in:
Svante Signell 2013-05-12 12:22:20 +01:00 committed by Simon McVittie
parent 53bbfc2cd6
commit 540e4225cc
2 changed files with 5 additions and 3 deletions

View file

@ -299,7 +299,7 @@ LIB=lib
INSTALL=install
MKDIR=mkdir
ifneq (,$(findstring "$(PLATFORM)", "linux" "gnu_kfreebsd" "kfreebsd-gnu"))
ifneq (,$(findstring "$(PLATFORM)", "linux" "gnu_kfreebsd" "kfreebsd-gnu" "gnu"))
ifeq ($(ARCH),x86_64)
LIB=lib64