diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-01 18:24:08 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-01 18:24:08 +0000 |
commit | 1ab8a92425501c81153cb2a78dab40e537a97844 (patch) | |
tree | 1e7c6e2efd378397495290fea96cd8e90fdbb84b /gcc/c.opt | |
parent | 4486e02873fa383e0399cfce597ed041847fcabd (diff) | |
download | gcc-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.opt | 2 |
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. |