summaryrefslogtreecommitdiff
path: root/lib/libc++/libc++.ldscript
AgeCommit message (Collapse)Author
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
Remove /^/[*/]\s*\$FreeBSD\$.*\n/
2016-08-31Revert 305098Baptiste Daroussin
Was a wrong assumption from me badly look at the errors cross toolchain was telling me Notes: svn path=/head/; revision=305102
2016-08-31Make libc++.so ldscript sysroot friendlyBaptiste Daroussin
Notes: svn path=/head/; revision=305098
2013-08-03After r253839, which modifies ld's behaviour to not automatically pullDimitry Andric
in needed libraries, change libc++.so into a linker script, so it can automatically pull in libcxxrt.so. MFC after: 1 week Notes: svn path=/head/; revision=253917