summaryrefslogtreecommitdiffhomepage
path: root/musl.lzy
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-02-15 13:38:38 -0500
committermidipix <writeonce@midipix.org>2016-02-15 13:38:38 -0500
commite43f5af7ce8bc242313ec65d93a50100f36cfebb (patch)
tree7ea1c16c369e013f3838ba55f8bfa8ea58aae4b5 /musl.lzy
parentc5e6e59c2681cab7ac731766b7c25cfbc60d6e7b (diff)
downloadmmglue-e43f5af7ce8bc242313ec65d93a50100f36cfebb.tar.bz2
mmglue-e43f5af7ce8bc242313ec65d93a50100f36cfebb.tar.xz
rename __libc_entry_point _dlstart, match musl's dynamic loader entry routine.
Diffstat (limited to 'musl.lzy')
-rw-r--r--musl.lzy4
1 files changed, 2 insertions, 2 deletions
diff --git a/musl.lzy b/musl.lzy
index 5ab977e..4f42b77 100644
--- a/musl.lzy
+++ b/musl.lzy
@@ -22,7 +22,7 @@ lz_project_definitions()
musl_cflags_shared="-fPIC"
if [ "$lz_pecoff_winnt"x = yesx ]; then
- pe_excluded_symbols="__libc_entry_point"
+ pe_excluded_symbols="_dlstart"
pe_excluded_symbols="$pe_excluded_symbols,__syscall_vtbl"
pe_excluded_symbols="$pe_excluded_symbols,__ldso_vtbl"
pe_excluded_symbols="$pe_excluded_symbols,__psx_vtbl"
@@ -31,7 +31,7 @@ lz_project_definitions()
pe_excluded_symbols="$pe_excluded_symbols,__vm_lock_impl"
pe_excluded_symbols="$pe_excluded_symbols,__vm_unlock_impl"
- musl_libc_so_ldflags="-shared -e "$lz_default_underscore"__libc_entry_point \
+ musl_libc_so_ldflags="-shared -e _dlstart \
-Bsymbolic-functions \
--subsystem windows \
--output-def $lz_build_dir/lib/libc.so.def \