mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
Android: Use rt.sections_elf_shared, not rt.sections_android
Android supports native ELF TLS since API level 29 (Android v10), so we can use the generic rt.sections_elf_shared implementation now, which among other things also enables *shared* druntime/Phobos libs.
This commit is contained in:
parent
94057dfdc0
commit
635aeb79c2
7 changed files with 15 additions and 306 deletions
|
@ -581,7 +581,6 @@ SRCS=\
|
|||
src\rt\msvc_math.d \
|
||||
src\rt\profilegc.d \
|
||||
src\rt\sections.d \
|
||||
src\rt\sections_android.d \
|
||||
src\rt\sections_darwin_64.d \
|
||||
src\rt\sections_elf_shared.d \
|
||||
src\rt\sections_osx_x86.d \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue