summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 48a1ba9a..1631a566 100644
--- a/Makefile
+++ b/Makefile
@@ -658,8 +658,6 @@ else # ifeq freebsd
ifeq ($(PLATFORM),openbsd)
- ARCH=$(shell uname -m)
-
BASE_CFLAGS = -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes \
-DUSE_ICON -DMAP_ANONYMOUS=MAP_ANON
CLIENT_CFLAGS += $(SDL_CFLAGS)
@@ -757,8 +755,6 @@ ifeq ($(PLATFORM),sunos)
MKDIR=gmkdir
COPYDIR="/usr/local/share/games/tremulous"
- ARCH=sparc
-
ifneq ($(ARCH),x86)
ifneq ($(ARCH),sparc)
$(error arch $(ARCH) is currently not supported)