From bab79a4029b048481930d6df1c0048d7e9fcd937 Mon Sep 17 00:00:00 2001 From: Joseph Myers <joseph@codesourcery.com> Date: Sat, 12 Feb 2011 01:16:08 +0000 Subject: [PATCH] * common.opt (nostartfiles): New Driver option. From-SVN: r170067 --- gcc/ChangeLog | 4 ++++ gcc/common.opt | 3 +++ 2 files changed, 7 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 99b24cb8fc33..92d69c6b1209 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 5485da92840b..00c3f3343fd0 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -2176,6 +2176,9 @@ Driver nodefaultlibs Driver +nostartfiles +Driver + nostdlib Driver -- GitLab