diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-02-02 01:21:52 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-02-02 01:21:52 +0000 |
commit | 6fc2f091e7e70574c17d229bb6b9e6db1e0d385a (patch) | |
tree | 2dc2a1a88fd2189da71b1a7050b7e6902b9b881b /gcc | |
parent | fc5233876057d36c8c2038acaba38ef515e79fb4 (diff) | |
download | gcc-6fc2f091e7e70574c17d229bb6b9e6db1e0d385a.zip gcc-6fc2f091e7e70574c17d229bb6b9e6db1e0d385a.tar.gz gcc-6fc2f091e7e70574c17d229bb6b9e6db1e0d385a.tar.bz2 |
* config/openbsd.opt (assert=): New Driver option.
From-SVN: r169512
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/openbsd.opt | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index adbabcf..f3a27ca 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2011-02-01 Joseph Myers <joseph@codesourcery.com> + * config/openbsd.opt (assert=): New Driver option. + +2011-02-01 Joseph Myers <joseph@codesourcery.com> + * config/i386/nto.opt: New. * config.gcc (i[34567]86-*-nto-qnx*): Use i386/nto.opt. diff --git a/gcc/config/openbsd.opt b/gcc/config/openbsd.opt index b27a468..b8c8fd4 100644 --- a/gcc/config/openbsd.opt +++ b/gcc/config/openbsd.opt @@ -1,6 +1,6 @@ ; OpenBSD options. -; Copyright (C) 2010 +; Copyright (C) 2010, 2011 ; Free Software Foundation, Inc. ; ; This file is part of GCC. @@ -24,6 +24,9 @@ ; Please try to keep this file in ASCII collating order. +assert= +Driver JoinedOrMissing + posix Driver |