diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-04-15 10:37:30 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-04-15 10:19:39 +0000 |
| commit | c6f10907c38ce49ddc321539f75aabf0a9ad6c71 (patch) | |
| tree | 1277a1d64e2201b58b550ef0131222eaab9fcf73 /Makefile | |
| parent | 33fec5a3ec55bce7f1664e70e6f5ff8daf56886d (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-- | Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |
