summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-12-21 17:14:52 -0500
committerIan Moffett <ian@osmora.org>2025-12-21 17:14:52 -0500
commitea8882dd7c024db436e25e86ac3d3fa3b3e43aa0 (patch)
tree1fbbecbc43c057f74c959e7e2a63ecb25a548951 /mk
parent580df110a231be68c64f5fe061e12fae9fbcc4cd (diff)
usr: sdk: Add initial string lib sources + strlen
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'mk')
-rw-r--r--mk/defaults.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/defaults.mk b/mk/defaults.mk
index ae85cfd..2c06603 100644
--- a/mk/defaults.mk
+++ b/mk/defaults.mk
@@ -8,6 +8,7 @@ QEMU = qemu-system-$(ARCH)
CC = $(shell pwd)/var/cc/gcc/bin/$(ARCH)-pc-osmora-gcc
LD = $(shell pwd)/var/cc/toolchain/build-binutils/bin/$(ARCH)-pc-osmora-ld
+AR = $(shell pwd)/var/cc/toolchain/build-binutils/bin/$(ARCH)-pc-osmora-ar
SYS_CFLAGS = \
-nostdlib \