diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-02-08 20:34:27 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-02-08 20:34:27 +0000 |
commit | 20893707daf91bbe85fdc96cf753ad04b08ad8cb (patch) | |
tree | 1efdcee2dd955754b56d266e1c1ca538750bfcb2 /gcc | |
parent | b8e7038e40abdc5b7ba0ee708c23b5e81b6dd9b7 (diff) | |
download | gcc-20893707daf91bbe85fdc96cf753ad04b08ad8cb.zip gcc-20893707daf91bbe85fdc96cf753ad04b08ad8cb.tar.gz gcc-20893707daf91bbe85fdc96cf753ad04b08ad8cb.tar.bz2 |
* config/rs6000/aix64.opt (posix, pthread): New Driver options.
From-SVN: r169943
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/rs6000/aix64.opt | 8 |
2 files changed, 11 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e466d4d..d069140 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2011-02-08 Joseph Myers <joseph@codesourcery.com> + * config/rs6000/aix64.opt (posix, pthread): New Driver options. + +2011-02-08 Joseph Myers <joseph@codesourcery.com> + * config/gnu-user.opt: New. * config.gcc (*-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu, diff --git a/gcc/config/rs6000/aix64.opt b/gcc/config/rs6000/aix64.opt index fbc225a..9a10b20 100644 --- a/gcc/config/rs6000/aix64.opt +++ b/gcc/config/rs6000/aix64.opt @@ -1,6 +1,6 @@ ; Options for the 64-bit flavor of AIX. ; -; Copyright (C) 2005, 2007, 2010 Free Software Foundation, Inc. +; Copyright (C) 2005, 2007, 2010, 2011 Free Software Foundation, Inc. ; Contributed by Aldy Hernandez <aldy@quesejoda.com>. ; ; This file is part of GCC. @@ -30,3 +30,9 @@ Compile for 32-bit pointers mpe Target Report RejectNegative Var(internal_nothing_1) Save Support message passing with the Parallel Environment + +posix +Driver + +pthread +Driver |