summaryrefslogtreecommitdiff
path: root/src/pal/src/config.h.in
diff options
context:
space:
mode:
authorPeter Jas <necmon@yahoo.com>2016-06-25 01:01:11 +0300
committerJan Kotas <jkotas@microsoft.com>2016-06-24 15:01:11 -0700
commit66f12f84f1d7a764adf715591fe3283f20f034d8 (patch)
tree7ce260023402e0e09090f0fe06d6be284e9455b5 /src/pal/src/config.h.in
parent78ea6cd595e96cee9c54d6f4090fbc894c3e1c04 (diff)
downloadcoreclr-66f12f84f1d7a764adf715591fe3283f20f034d8.tar.gz
coreclr-66f12f84f1d7a764adf715591fe3283f20f034d8.tar.bz2
coreclr-66f12f84f1d7a764adf715591fe3283f20f034d8.zip
Use libc.so as default libc name (#5990)
Based on https://github.com/dotnet/coreclr/pull/5727#discussion_r68369439, it turned out `/lib/libc.musl-x86_64.so.1` was just a symlink in Alpine Linux to actual lib `/lib/ld-musl-x86_64.so.1`. This delta makes libc.so as default name for libc and removes all the detection for musl and FreeBSD from cmake etc.
Diffstat (limited to 'src/pal/src/config.h.in')
-rw-r--r--src/pal/src/config.h.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pal/src/config.h.in b/src/pal/src/config.h.in
index 73a79b845b..c3bf974454 100644
--- a/src/pal/src/config.h.in
+++ b/src/pal/src/config.h.in
@@ -136,8 +136,6 @@
#cmakedefine01 UNWIND_CONTEXT_IS_UCONTEXT_T
#cmakedefine01 HAVE_FULLY_FEATURED_PTHREAD_MUTEXES
#cmakedefine BSD_REGS_STYLE(reg, RR, rr) @BSD_REGS_STYLE@
-#cmakedefine FREEBSD_LIBC "@FREEBSD_LIBC@"
-#cmakedefine MUSL_LIBC_SO "@MUSL_LIBC_SO@"
#cmakedefine01 HAVE_SCHED_OTHER_ASSIGNABLE
#define CHECK_TRACE_SPECIFIERS 0