From 528dc60364bc1aace27c0694e22eb02233ceb188 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 5 Nov 2007 15:42:30 -0800 Subject: re PR driver/32632 (-pie won't override -shared in -shared -pie) 2007-11-05 H.J. Lu PR driver/32632 * common.opt: Add shared and pie. From-SVN: r129913 --- gcc/common.opt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gcc/common.opt') diff --git a/gcc/common.opt b/gcc/common.opt index aba400b..0652205 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -1300,4 +1300,12 @@ w Common Var(inhibit_warnings) Suppress warnings +shared +Common RejectNegative Negative(pie) +Create a shared library + +pie +Common RejectNegative Negative(shared) +Create a position independent executable + ; This comment is to ensure we retain the blank line above. -- cgit v1.1