From patchwork Thu Jan 27 23:18:59 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Add more FreeBSD options from specs to freebsd.opt Date: Thu, 27 Jan 2011 13:18:59 -0000 From: "Joseph S. Myers" X-Patchwork-Id: 80754 Message-Id: To: gcc-patches@gcc.gnu.org Cc: ljrittle@acm.org Further to , this patch adds two more FreeBSD options from specs to freebsd.opt. -posix was missed in my first pass over freebsd-spec.h, while -rdynamic is handled by specs in various subdirectory .h files rather than the toplevel freebsd-spec.h. Tested building cc1 and xgcc for cross to i686-freebsd8. OK to commit? 2011-01-27 Joseph Myers * config/freebsd.opt (posix, rdynamic): New Driver options. Index: gcc/config/freebsd.opt =================================================================== --- gcc/config/freebsd.opt (revision 169317) +++ gcc/config/freebsd.opt (working copy) @@ -1,6 +1,6 @@ ; FreeBSD options. -; Copyright (C) 2010 +; Copyright (C) 2010, 2011 ; Free Software Foundation, Inc. ; ; This file is part of GCC. @@ -35,12 +35,18 @@ Driver Separate defsym= Driver JoinedOrMissing +posix +Driver + profile Driver pthread Driver +rdynamic +Driver + rpath-link Driver Separate