Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jan 2016 03:55:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 206381] gnu/lib/libgcc builds without debug info
Message-ID:  <bug-206381-8-JTSa0B42gt@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-206381-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-206381-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206381

--- Comment #1 from commit-hook@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__=3D3

     Not used by LLVM libunwind.

  4. -DElfW=3D__ElfN

     LLVM libunwind provides its own definition.

  PR:           206381
  Differential Revision:        The FreeBSD Foundation

Changes:
  head/gnu/lib/libgcc/Makefile

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206381-8-JTSa0B42gt>