1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-06 00:13:33 +00:00

Added support for Alpine Linux

This commit is contained in:
Bryan Roe
2021-01-27 22:43:29 -08:00
parent f60121e2c8
commit 3630e2c39a
3 changed files with 10 additions and 0 deletions

View File

@@ -106,6 +106,10 @@
# gmake freebsd ARCHID=30 # FreeBSD x86 64 bit
# gmake freebsd ARCHID=31 # Reserved for FreeBSD x86 32 bit
#
#
# Alpine Linux (MUSL)
# make linux ARCHID=33 # Alpine Linux x86 64 bit (MUSL)
#
# Raspberry Pi Builds:
#
# make pi KVM=1 ARCHID=25 # Linux ARM 32 bit HardFloat, compiled on the Pi.
@@ -218,6 +222,12 @@ DYNAMICTLS = 1
NOWEBRTC = 1
endif
ifeq ($(ARCHID),33)
ARCHNAME = alpine-x86-64
KVM=0
CRASH_HANDLER=0
endif
ifeq ($(ARCHID),32)
ARCHNAME = aarch64
export PATH := $(PATH_AARCH64)bin:$(PATH_AARCH64)libexec/gcc/aarch64-buildroot-linux-gnu/5.4.0:$(PATH_AARCH64)aarch64-buildroot-linux-gnu/bin:$(PATH)

Binary file not shown.

Binary file not shown.