aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/i386/djgpp.opt5
2 files changed, 8 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f6c82be..4534352 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-02 Joseph Myers <joseph@codesourcery.com>
+
+ * config/i386/djgpp.opt (posix): New Driver option.
+
2011-02-02 Gerald Pfeifer <gerald@pfeifer.com>
* config.gcc (*-*-freebsd[12], *-*-freebsd[12].*, *-*-freebsd*aout*):
diff --git a/gcc/config/i386/djgpp.opt b/gcc/config/i386/djgpp.opt
index 013bdf0..7e4affc 100644
--- a/gcc/config/i386/djgpp.opt
+++ b/gcc/config/i386/djgpp.opt
@@ -1,6 +1,6 @@
; DJGPP-specific options.
-; Copyright (C) 2005, 2007 Free Software Foundation, Inc.
+; Copyright (C) 2005, 2007, 2011 Free Software Foundation, Inc.
;
; This file is part of GCC.
;
@@ -23,3 +23,6 @@
mbnu210
Target Var(TARGET_BNU210)
Ignored (obsolete)
+
+posix
+Driver