summaryrefslogtreecommitdiffstats
path: root/lib/libc++
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2012-03-17 22:12:09 +0000
committerpeter <peter@FreeBSD.org>2012-03-17 22:12:09 +0000
commit7af7d69c50251e2fa1d112707e1ec06e1830e1b3 (patch)
treeb940cb2cdd34d6c5a59d810f8b9675d2426611ea /lib/libc++
parenteb494d678de962a38a167f6340ee1f70f7473fa5 (diff)
downloadFreeBSD-src-7af7d69c50251e2fa1d112707e1ec06e1830e1b3.zip
FreeBSD-src-7af7d69c50251e2fa1d112707e1ec06e1830e1b3.tar.gz
Make sure libgcc_s is finished building in _startup_libs before
building libcxxrt with high -j levels. The workaround in libc++/Makefile isn't necessary once that race is solved. Reviewed by: theravin
Diffstat (limited to 'lib/libc++')
-rw-r--r--lib/libc++/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc++/Makefile b/lib/libc++/Makefile
index 88c456a..fc35ea5 100644
--- a/lib/libc++/Makefile
+++ b/lib/libc++/Makefile
@@ -39,7 +39,7 @@ WARNS= 0
CXXFLAGS+= -I${HDRDIR} -I${LIBCXXRTDIR} -std=c++0x -nostdlib -DLIBCXXRT
DPADD= ${LIBCXXRT}
-LDADD= -L${.OBJDIR}/../libcxxrt/ -lcxxrt
+LDADD= -lcxxrt
LDFLAGS+= --verbose
INCSGROUPS= STD EXT
OpenPOWER on IntegriCloud