* config/rs6000/aix64.opt (posix, pthread): New Driver options.
From-SVN: r169943
This commit is contained in:
parent
b8e7038e40
commit
20893707da
2 changed files with 11 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue