Actions
Bug #9884
closedcw(1) should use -fpic rather than -Kpic
Start date:
2018-10-10
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
Studio cc(1) supports -fpic/-fPIC too. Having cw translate -Kpic is unnecessary. Just accept and pass through -fpic/PIC, and pass the -K options explicitly only to as(1) and CC
Updated by Electric Monk over 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit e1bf37b1abeb6653a6e35e2bd6924131cced1efe
commit e1bf37b1abeb6653a6e35e2bd6924131cced1efe Author: Richard Lowe <richlowe@richlowe.net> Date: 2018-10-11T22:43:46.000Z 9884 cw(1) should use -fpic rather than -Kpic Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Andy Stormont <andyjstormont@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: John Levon <john.levon@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org>
Actions