diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-02-01 22:23:53 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-02-01 22:23:53 +0000 |
commit | cef932d4ebfb5e386d50044b98c383bf39fff281 (patch) | |
tree | 967a1c797eae998a0fda75b1edb7b319a2376b0a /gcc | |
parent | a7c48c8ec55d482e95dddd840a9bdd0fbfad9e33 (diff) | |
download | gcc-cef932d4ebfb5e386d50044b98c383bf39fff281.zip gcc-cef932d4ebfb5e386d50044b98c383bf39fff281.tar.gz gcc-cef932d4ebfb5e386d50044b98c383bf39fff281.tar.bz2 |
* config/interix.opt (posix): New Driver option.
From-SVN: r169505
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/interix.opt | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2e7f9f5..50dbef3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-02-01 Joseph Myers <joseph@codesourcery.com> + + * config/interix.opt (posix): New Driver option. + 2011-02-01 DJ Delorie <dj@redhat.com> * config/m32c/m32c.h (PTRDIFF_TYPE): Remove extra definition. diff --git a/gcc/config/interix.opt b/gcc/config/interix.opt index 5c95b25..f503299 100644 --- a/gcc/config/interix.opt +++ b/gcc/config/interix.opt @@ -1,6 +1,6 @@ ; Interix options. -; Copyright (C) 2010 +; Copyright (C) 2010, 2011 ; Free Software Foundation, Inc. ; ; This file is part of GCC. @@ -30,4 +30,7 @@ Driver G Driver +posix +Driver + ; This comment is to ensure we retain the blank line above. |