summaryrefslogtreecommitdiff
path: root/testsuite/mk/boilerplate.mk
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/mk/boilerplate.mk')
-rw-r--r--testsuite/mk/boilerplate.mk11
1 files changed, 1 insertions, 10 deletions
diff --git a/testsuite/mk/boilerplate.mk b/testsuite/mk/boilerplate.mk
index 8ce5dafb7b..8f017f7a4c 100644
--- a/testsuite/mk/boilerplate.mk
+++ b/testsuite/mk/boilerplate.mk
@@ -303,16 +303,7 @@ DARWIN = YES
else
DARWIN = NO
endif
-# The platform is known to use libc++ as its main C++ library.
-ifeq "$(HostOS)" "freebsd"
-LIBCXX_PLATFORM = YES
-else ifeq "$(HostOS)" "openbsd"
-LIBCXX_PLATFORM = YES
-else ifeq "$(HostOS)" "mingw32"
-LIBCXX_PLATFORM = YES
-else
-LIBCXX_PLATFORM = NO
-endif
+
ifeq "$(HostOS)" "openbsd"
# None required, dlopen and the like are in libc.
LIBDL_NAME =