summaryrefslogtreecommitdiff
path: root/gcc/c.opt
diff options
context:
space:
mode:
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-01 18:24:08 +0000
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-01 18:24:08 +0000
commit1ab8a92425501c81153cb2a78dab40e537a97844 (patch)
tree1e7c6e2efd378397495290fea96cd8e90fdbb84b /gcc/c.opt
parent4486e02873fa383e0399cfce597ed041847fcabd (diff)
downloadgcc-1ab8a92425501c81153cb2a78dab40e537a97844.tar.gz
* Makefile.in (c-options.c, c-options.h): Parallel make safe.
* c.opt: End in blank line. * opts.sh: Take AWK from environment if available; use C locale. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67305 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c.opt')
-rw-r--r--gcc/c.opt2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/c.opt b/gcc/c.opt
index b39f87f4d47..c09104ee81a 100644
--- a/gcc/c.opt
+++ b/gcc/c.opt
@@ -598,3 +598,5 @@ C ObjC C++ ObjC++
w
C ObjC C++ ObjC++
+
+; This comment is to ensure we retain the blank line above.