mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-10 21:33:38 +00:00
Added support for Alpine Linux
This commit is contained in:
10
makefile
10
makefile
@@ -106,6 +106,10 @@
|
|||||||
# gmake freebsd ARCHID=30 # FreeBSD x86 64 bit
|
# gmake freebsd ARCHID=30 # FreeBSD x86 64 bit
|
||||||
# gmake freebsd ARCHID=31 # Reserved for FreeBSD x86 32 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:
|
# Raspberry Pi Builds:
|
||||||
#
|
#
|
||||||
# make pi KVM=1 ARCHID=25 # Linux ARM 32 bit HardFloat, compiled on the Pi.
|
# make pi KVM=1 ARCHID=25 # Linux ARM 32 bit HardFloat, compiled on the Pi.
|
||||||
@@ -218,6 +222,12 @@ DYNAMICTLS = 1
|
|||||||
NOWEBRTC = 1
|
NOWEBRTC = 1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(ARCHID),33)
|
||||||
|
ARCHNAME = alpine-x86-64
|
||||||
|
KVM=0
|
||||||
|
CRASH_HANDLER=0
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(ARCHID),32)
|
ifeq ($(ARCHID),32)
|
||||||
ARCHNAME = aarch64
|
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)
|
export PATH := $(PATH_AARCH64)bin:$(PATH_AARCH64)libexec/gcc/aarch64-buildroot-linux-gnu/5.4.0:$(PATH_AARCH64)aarch64-buildroot-linux-gnu/bin:$(PATH)
|
||||||
|
|||||||
BIN
openssl/libstatic/linux/alpine-x86-64/libcrypto.a
Normal file
BIN
openssl/libstatic/linux/alpine-x86-64/libcrypto.a
Normal file
Binary file not shown.
BIN
openssl/libstatic/linux/alpine-x86-64/libssl.a
Normal file
BIN
openssl/libstatic/linux/alpine-x86-64/libssl.a
Normal file
Binary file not shown.
Reference in New Issue
Block a user