aboutsummaryrefslogtreecommitdiff
path: root/lib/libc++/libc++.ldscript
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
| | | | Remove /^/[*/]\s*\$FreeBSD\$.*\n/
* Revert 305098Baptiste Daroussin2016-08-311-1/+1
| | | | | | | | Was a wrong assumption from me badly look at the errors cross toolchain was telling me Notes: svn path=/head/; revision=305102
* Make libc++.so ldscript sysroot friendlyBaptiste Daroussin2016-08-311-1/+1
| | | | Notes: svn path=/head/; revision=305098
* After r253839, which modifies ld's behaviour to not automatically pullDimitry Andric2013-08-031-0/+2
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