Page MenuHomeFreeBSD

devel/linux-c6-devtools: add libstdc++
ClosedPublic

Authored by xmj on Oct 15 2014, 6:59 AM.
Tags
None
Referenced Files
F81999219: D948.id1994.diff
Wed, Apr 24, 8:43 AM
Unknown Object (File)
Thu, Apr 18, 11:42 PM
Unknown Object (File)
Fri, Apr 12, 6:50 PM
Unknown Object (File)
Fri, Apr 12, 6:43 PM
Unknown Object (File)
Mar 19 2024, 6:33 PM
Unknown Object (File)
Feb 23 2024, 3:56 AM
Unknown Object (File)
Feb 4 2024, 11:13 AM
Unknown Object (File)
Jan 28 2024, 6:17 AM
Subscribers

Details

Reviewers
swills
koobs
Summary

Currently, linux-c6-devtools misses libstdc++, which makes compilation of Linux
C++ code impossible. Fix this by adding the i686 libraries.

devel/linux-c6-devtools: add libstdc++

- Add c6 libstdc++ RPM, so that Linux C++ code can be compiled.

PR:	194360
(DiffRev: placeholder)
Submitted by:	brooks
Approved by:	swills (mentor)
Test Plan

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

xmj retitled this revision from to devel/linux-c6-devtools: add libstdc++.
xmj updated this object.
xmj edited the test plan for this revision. (Show Details)
xmj added reviewers: swills, koobs.
xmj added a subscriber: brooks.

Symlink contrib/linux/usr/lib/gcc/i686-redhat-linux/4.4.4/libgcc_s.so to
/compat/linux/lib/libgcc_s.so.1

I've updated the buildlog in the original description, so the URL stays the same -- still builds.

As zmj pointed out in the PR, I'm not using any make conditionals so bsd.port.mk alone does work fine.

swills edited edge metadata.

Approved!

This revision is now accepted and ready to land.Oct 17 2014, 2:18 PM

Committed revision 371057.