alertik/toolchain/armv6.mk
Davidson Francis 9ce5ff52aa Add CI
2024-05-30 02:05:29 -03:00

17 lines
343 B
Makefile

# conf file for armv6 builds on BearSSL
include conf/Unix.mk
# We override the build directory.
BUILD = armv6
# C compiler, linker, and static library builder.
CC = armv6-linux-musleabi-gcc
CFLAGS = -W -Wall -Os
LD = armv6-linux-musleabi-gcc
AR = armv6-linux-musleabi-ar
# We compile only the static library.
DLL = no
TOOLS = no
TESTS = no