[Bug 206381] gnu/lib/libgcc builds without debug info
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jan 19 03:55:33 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206381
--- Comment #1 from commit-hook at freebsd.org ---
A commit references this bug:
Author: emaste
Date: Tue Jan 19 03:54:38 UTC 2016
New revision: 294308
URL: https://svnweb.freebsd.org/changeset/base/294308
Log:
Remove local override for .cpp.So rule
The standard bsd.lib.mk rule is suitable for libgcc_s's C++ source.
The local rule had the following non-functional argument differences
or additions:
1. -DSHARED (rather than -DPIC from bsd.lib.mk)
The C++ sources don't have an #ifdef for either one.
2. -fexceptions
This is enabled by default for C++ so does not need to be set
explicitly.
3. -D__GLIBC__=3
Not used by LLVM libunwind.
4. -DElfW=__ElfN
LLVM libunwind provides its own definition.
PR: 206381
Differential Revision: The FreeBSD Foundation
Changes:
head/gnu/lib/libgcc/Makefile
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list