Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lsb: don't provide __dso_handle for static builds
In static builds, __dso_handle should be provided by the crtbegin.o/crtend.o that is linked into the executable. This patch also fixes failing link tests when building a static gcc targeting mlibc.
- Loading branch information