From 19e04b721e6a4f2697a5834ee6ad2b6badea29b1 Mon Sep 17 00:00:00 2001 From: jsm28 Date: Tue, 8 Feb 2011 20:34:27 +0000 Subject: [PATCH] * config/rs6000/aix64.opt (posix, pthread): New Driver options. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169943 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/config/rs6000/aix64.opt | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e466d4dbd6f..d069140998e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2011-02-08 Joseph Myers + * config/rs6000/aix64.opt (posix, pthread): New Driver options. + +2011-02-08 Joseph Myers + * 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 fbc225af13b..9a10b200e81 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 . ; ; 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 -- 2.11.0