summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSvante Signell <svante.signell@telia.com>2013-05-12 12:22:20 +0100
committerTim Angus <tim@ngus.net>2016-04-07 10:57:41 +0100
commit982f409cecd73c70a0a7c5e6559696776b6c6dd5 (patch)
treef868f6c1234e5960f064d7e2ecab32174b14f221 /Makefile
parentb8b66865c8ff4c756fe3544decb5504dbc2abdf7 (diff)
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eff1a6b1..45676882 100644
--- a/Makefile
+++ b/Makefile
@@ -305,7 +305,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