Page MenuHomeFreeBSD

Fix build if gcc has also been build
ClosedPublic

Authored by bapt on Jul 28 2016, 10:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 8, 10:00 AM
Unknown Object (File)
Mon, Apr 8, 9:54 AM
Unknown Object (File)
Mon, Apr 8, 3:37 AM
Unknown Object (File)
Mar 8 2024, 9:02 PM
Unknown Object (File)
Mar 8 2024, 9:02 PM
Unknown Object (File)
Mar 8 2024, 9:02 PM
Unknown Object (File)
Mar 8 2024, 8:01 PM
Unknown Object (File)
Jan 9 2024, 12:20 AM
Subscribers

Details

Summary

If gcc has been built, there will be a unwind.h under gnu/usr.bin/cc/cc_tools by
which is included before the llvm unwind header.

Fix it my move the include after

Diff Detail

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

Event Timeline

bapt retitled this revision from to Fix build if gcc has also been build.
bapt updated this object.
bapt edited the test plan for this revision. (Show Details)
bapt added a reviewer: emaste.
gnu/lib/libgcc/Makefile
109 ↗(On Diff #18862)

I think it would be useful to have a comment here explaining why cc_tools is included here

emaste edited edge metadata.

LGTM but I think a comment would be good to have.

This revision is now accepted and ready to land.Aug 24 2016, 5:19 PM
This revision was automatically updated to reflect the committed changes.