BearSSL
public
Read
Owner: themaster
Branch: main
Commits: 2
Updated: 2026-04-19 00:20
Git CLI clone URL
git clone https://www.xt-emporium.com/git/bearssl.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
bearssl
/
Makefile.elks
File editor
TOPDIR ?= ../.. CC = ia16-elf-gcc AR = ia16-elf-ar -rcs BUILD = build-elks BEARSSLLIB = libbearssl-elks.a TLSGET = tlsget ELKS_CFLAGS = -std=c99 -W -Wall -Os -mcmodel=medium -melks-libc -mtune=i8086 \ -fomit-frame-pointer \ -I src -I inc -I $(TOPDIR)/libc/include -I $(TOPDIR)/include -I $(TOPDIR)/elks/include .PHONY: all clean lib all: $(TLSGET) lib: $(BEARSSLLIB) $(BEARSSLLIB): $(MAKE) -f Makefile BUILD=$(BUILD) BEARSSLLIB=$(BEARSSLLIB) \ CC="$(CC)" AR='$(AR)' CFLAGS='$(ELKS_CFLAGS)' LDFLAGS='' $(BEARSSLLIB) $(TLSGET): tlsget.c $(BEARSSLLIB) $(CC) $(ELKS_CFLAGS) -maout-heap=32768 -maout-stack=2048 -o $@ tlsget.c $(BEARSSLLIB) clean: rm -f $(TLSGET) $(MAKE) -f Makefile BUILD=$(BUILD) BEARSSLLIB=$(BEARSSLLIB) \ CC="$(CC)" AR='$(AR)' CFLAGS='$(ELKS_CFLAGS)' LDFLAGS='' clean rm -rf $(BUILD)
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
main
Visibility
public
Your access
Read
Remote
None
File activity
View file history