aboutsummaryrefslogtreecommitdiffstats
path: root/community/hare/config.aarch64.mk
diff options
context:
space:
mode:
Diffstat (limited to 'community/hare/config.aarch64.mk')
-rw-r--r--community/hare/config.aarch64.mk31
1 files changed, 0 insertions, 31 deletions
diff --git a/community/hare/config.aarch64.mk b/community/hare/config.aarch64.mk
deleted file mode 100644
index 649d0b979e1..00000000000
--- a/community/hare/config.aarch64.mk
+++ /dev/null
@@ -1,31 +0,0 @@
-## Install configuration
-
-PREFIX=/usr
-BINDIR=$(PREFIX)/bin
-MANDIR=$(PREFIX)/share/man
-SRCDIR=$(PREFIX)/src
-
-# Where to install the stdlib tree
-STDLIB=$(SRCDIR)/hare/stdlib
-
-# Default HAREPATH
-LOCALSRCDIR=/usr/src/hare
-HAREPATH=$(LOCALSRCDIR)/stdlib:$(LOCALSRCDIR)/third-party:$(SRCDIR)/hare/stdlib:$(SRCDIR)/hare/third-party
-
-## Build configuration
-
-# Platform to build for
-PLATFORM=linux
-ARCH=aarch64
-
-# External tools and flags
-HAREC=harec
-HAREFLAGS=
-QBE=qbe
-AS=as
-LD=ld
-AR=ar
-SCDOC=scdoc
-
-# Where to store build artifacts
-HARECACHE=.cache