Skip to content

Commit dffee60

Browse files
committed
Run host compiler to create dlopen helper
1 parent ddc08dc commit dffee60

File tree

8 files changed

+308
-152
lines changed

8 files changed

+308
-152
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,16 +184,16 @@ include libc/calls/calls.mk #─┐
184184
include libc/irq/irq.mk # ├──SYSTEMS RUNTIME
185185
include third_party/nsync/nsync.mk # │ You can issue system calls
186186
include libc/runtime/runtime.mk #
187-
include libc/dlopen/dlopen.mk #
188187
include third_party/double-conversion/dc.mk #
189188
include libc/crt/crt.mk #
190189
include third_party/dlmalloc/dlmalloc.mk #─┘
191190
include libc/mem/mem.mk #─┐
192191
include third_party/gdtoa/gdtoa.mk # ├──DYNAMIC RUNTIME
193192
include third_party/nsync/mem/mem.mk # │ You can now use stdio
194193
include libc/proc/proc.mk # │ You can now use threads
195-
include libc/thread/thread.mk # │ You can now use processes
196-
include tool/hello/hello.mk # │ You can finally call malloc()
194+
include libc/dlopen/dlopen.mk # │ You can now use processes
195+
include libc/thread/thread.mk # │ You can finally call malloc()
196+
include tool/hello/hello.mk #
197197
include third_party/zlib/zlib.mk #
198198
include libc/stdio/stdio.mk #
199199
include libc/time/time.mk #

libc/dlopen/.dlopen.aarch64.glibc.elf

-5.87 KB
Binary file not shown.
-5.69 KB
Binary file not shown.

libc/dlopen/.dlopen.x86_64.glibc.elf

-5.92 KB
Binary file not shown.

libc/dlopen/.dlopen.x86_64.musl.elf

-5.67 KB
Binary file not shown.

0 commit comments

Comments
 (0)