aboutsummaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2012-01-24 13:18:08 +0000
committerJakub Jelinek <jakub@redhat.com>2012-01-24 13:18:08 +0000
commitafc045c833691d26ce747c389f30c000c37d87e7 (patch)
tree88cbd16a5c789e76196223fc4ab26df0a0ea8af5 /gcc/common.opt
parent5cbddbde534467cf2b08d889a99e06e6973c83d2 (diff)
PR driver/47249
* common.opt (-pie, -shared, pie, shared): Change from Common to Driver. * gcc.c (display_help): Display help for -pie and -shared. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@183474 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/common.opt')
-rw-r--r--gcc/common.opt10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/common.opt b/gcc/common.opt
index 0544478f4e0..ec1dbd1b254 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -1,6 +1,6 @@
; Options for the language- and target-independent parts of the compiler.
-; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
; Free Software Foundation, Inc.
;
; This file is part of GCC.
@@ -313,7 +313,7 @@ Common Alias(pedantic)
Common Alias(pedantic-errors)
-pie
-Common Alias(pie)
+Driver Alias(pie)
-pipe
Driver Alias(pipe)
@@ -367,7 +367,7 @@ Common Alias(p)
Driver Alias(save-temps)
-shared
-Common Alias(shared)
+Driver Alias(shared)
-specs
Driver Separate Alias(specs=)
@@ -2380,7 +2380,7 @@ x
Driver Joined Separate
shared
-Common RejectNegative Negative(pie)
+Driver RejectNegative Negative(pie)
Create a shared library
shared-libgcc
@@ -2413,7 +2413,7 @@ symbolic
Driver
pie
-Common RejectNegative Negative(shared)
+Driver RejectNegative Negative(shared)
Create a position independent executable
z