diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/common.opt | 3 |
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 |