Discussion:
[google/gcc-4_9] Add gcc driver option -no-pie
Sriraman Tallam
2014-10-06 21:26:46 UTC
Permalink
Hi,

A build tool we are using adds -pie by default and I am adding
-no-pie to override this when necessary.

Is this patch alright? Would this be suitable for trunk?

Thanks
Sri
Joseph S. Myers
2014-10-06 22:22:04 UTC
Permalink
If adding a new option, you need to document it in invoke.texi.
--
Joseph S. Myers
***@codesourcery.com
Sriraman Tallam
2014-10-06 23:19:44 UTC
Permalink
Post by Joseph S. Myers
If adding a new option, you need to document it in invoke.texi.
Patch updated.

Thanks
Sri
Post by Joseph S. Myers
--
Joseph S. Myers
Loading...