* config/freebsd.opt (posix, rdynamic): New Driver options.
From-SVN: r169368
This commit is contained in:
parent
c2ac0d631f
commit
62dcc44a4b
2 changed files with 11 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-01-28 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* config/freebsd.opt (posix, rdynamic): New Driver options.
|
||||
|
||||
2011-01-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
* configure.ac (gcc_cv_ld_static_dynamic): IRIX 6 ld supports
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue