aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2011-02-12 01:16:08 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2011-02-12 01:16:08 +0000
commitbab79a4029b048481930d6df1c0048d7e9fcd937 (patch)
tree729a906065efbefccff7c1c11d177b02aa878d9e
parent9f91c0415557b6183518862e381041dfad480ae0 (diff)
downloadgcc-bab79a4029b048481930d6df1c0048d7e9fcd937.zip
gcc-bab79a4029b048481930d6df1c0048d7e9fcd937.tar.gz
gcc-bab79a4029b048481930d6df1c0048d7e9fcd937.tar.bz2
* common.opt (nostartfiles): New Driver option.
From-SVN: r170067
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/common.opt3
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 99b24cb..92d69c6b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-11 Joseph Myers <joseph@codesourcery.com>
+
+ * common.opt (nostartfiles): New Driver option.
+
2011-02-11 Xinliang David Li <davidxl@google.com>
PR tree-optimization/47707
diff --git a/gcc/common.opt b/gcc/common.opt
index 5485da9..00c3f33 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -2176,6 +2176,9 @@ Driver
nodefaultlibs
Driver
+nostartfiles
+Driver
+
nostdlib
Driver