Page MenuHomeFreeBSD

Connect new libgcc_eh and libgcc_s to the build
ClosedPublic

Authored by emaste on Oct 7 2016, 9:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 21, 1:29 PM
Unknown Object (File)
Fri, Mar 8, 8:30 PM
Unknown Object (File)
Fri, Mar 8, 8:30 PM
Unknown Object (File)
Fri, Mar 8, 8:30 PM
Unknown Object (File)
Fri, Mar 8, 8:30 PM
Unknown Object (File)
Fri, Mar 8, 8:30 PM
Unknown Object (File)
Fri, Mar 8, 2:53 AM
Unknown Object (File)
Feb 22 2024, 8:35 PM
Subscribers

Details

Summary

exp-run will be requested before commit

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste retitled this revision from to Connect new libgcc_eh and libgcc_s to the build.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added reviewers: theraven, dim, ed.
emaste added a subscriber: bapt.
ed edited edge metadata.
This revision is now accepted and ready to land.Oct 13 2016, 6:35 PM
lib/Makefile
247 ↗(On Diff #21171)

The rest of this Makefile uses .if ${MK_*} != "no". Is one method preferred over the other?

lib/Makefile
247 ↗(On Diff #21171)

I think SUBDIR.${MK_*} is preferred, but I suspect lib/Makefile was not converted because it has some more complex cases other than just ${MK_*} != "no".

I posted D8246 to convert the simple cases to SUBDIR.${MK_*}

emaste edited edge metadata.

Rebase after rS307243

This revision now requires review to proceed.Oct 14 2016, 3:58 PM
emaste edited edge metadata.
  • rebase on D8301
  • in gnu/lib/Makefile exclude gnu/lib/libgcc subdir under WITH_LLVM_LIBUNWIND
This revision is now accepted and ready to land.Oct 20 2016, 8:48 PM
ed edited edge metadata.
This revision was automatically updated to reflect the committed changes.