Actions
Bug #9124
closedcheck_rtime fails with gcc-6-compiled world
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2018-02-17
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
In OpenIndiana we've just switched default compiler to GCC 6. It ships runtime libraries in /usr/gcc/6/lib and /usr/gcc/6/lib/amd64. (We do this for GCC 5,6,7). This leads to issues with check_rtime. It complains on unused RPATH.
Updated by Electric Monk over 4 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 0b794c39383bdb712a9092aa6a044e71a7aa5c90
commit 0b794c39383bdb712a9092aa6a044e71a7aa5c90 Author: Alexander Pyhalov <apyhalov@gmail.com> Date: 2018-02-27T15:32:33.000Z 9124 check_rtime fails with gcc-6-compiled world Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions