aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-12-10 18:29:39 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-12-10 18:29:39 +0000
commit629582ca4620880576b0434d234e43f375a0beb0 (patch)
tree94f90fc726bf9b4bae4511c8386fe2814353ef0e /lib
parent4af79d4f2b824eb8695f874084da7d1682aa4d05 (diff)
downloadsrc-629582ca4620880576b0434d234e43f375a0beb0.tar.gz
src-629582ca4620880576b0434d234e43f375a0beb0.zip
Now that external gcc directly natively links to libc++ we can remove
the dirty hack made to fake libstdc++
Notes
Notes: svn path=/head/; revision=309824
Diffstat (limited to 'lib')
-rw-r--r--lib/libc++/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/libc++/Makefile b/lib/libc++/Makefile
index 1a506578289c..36471f055eb6 100644
--- a/lib/libc++/Makefile
+++ b/lib/libc++/Makefile
@@ -242,14 +242,4 @@ EXT+= ${HDRDIR}/ext/${hdr}
.endfor
EXTDIR= ${CXXINCLUDEDIR}/ext
-.if ${MK_GNUCXX} == "no" && ${COMPILER_TYPE} == "gcc"
-CLEANFILES+= libstdc++.so libstdc++.a
-
-afterinstall:
- ${INSTALL_SYMLINK} ${DESTDIR}${LIBDIR}/lib${LIB}.so \
- ${.OBJDIR}/libstdc++.so
- ${INSTALL_SYMLINK} ${DESTDIR}${LIBDIR}/lib${LIB}.a \
- ${.OBJDIR}/libstdc++.a
-.endif
-
.include <bsd.lib.mk>