aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-04-15 10:37:30 +0200
committerDmitry Vyukov <dvyukov@google.com>2024-04-15 10:19:39 +0000
commitc6f10907c38ce49ddc321539f75aabf0a9ad6c71 (patch)
tree1277a1d64e2201b58b550ef0131222eaab9fcf73 /Makefile
parent33fec5a3ec55bce7f1664e70e6f5ff8daf56886d (diff)
all: remove akaros support
Akaros support is unused, it was shutdown on syzbot for a while, the akaros development seems to be frozen for years as well. We have a bunch of hacks for Akaros since it supported only super old gcc and haven't supported Go. Remove it.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index acfc48fd0..d7fe91f01 100644
--- a/Makefile
+++ b/Makefile
@@ -87,11 +87,6 @@ ifeq ("$(TARGETOS)", "test")
TARGETGOARCH := $(HOSTARCH)
endif
-ifeq ("$(TARGETOS)", "akaros")
- TARGETGOOS := $(HOSTOS)
- TARGETGOARCH := $(HOSTARCH)
-endif
-
ifeq ("$(TARGETOS)", "fuchsia")
TARGETGOOS := $(HOSTOS)
TARGETGOARCH := $(HOSTARCH)
@@ -355,7 +350,6 @@ presubmit_arch_windows: descriptions
presubmit_arch_executor: descriptions
env TARGETOS=linux TARGETARCH=amd64 SYZ_CLANG=yes $(MAKE) executor
- env TARGETOS=akaros TARGETARCH=amd64 $(MAKE) executor
env TARGETOS=fuchsia TARGETARCH=amd64 $(MAKE) executor
env TARGETOS=fuchsia TARGETARCH=arm64 $(MAKE) executor
env TARGETOS=test TARGETARCH=64 $(MAKE) executor