vxworks.opt (Bdynamic, [...]): New Driver options.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 4 Jan 2011 11:48:04 +0000 (11:48 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Tue, 4 Jan 2011 11:48:04 +0000 (11:48 +0000)
* config/vxworks.opt (Bdynamic, Bstatic, Xbind-lazy, Xbind-now,
non-static): New Driver options.

From-SVN: r168461

gcc/ChangeLog
gcc/config/vxworks.opt

index 495ec3851e8ae5bc0648855b1df409e9fe40cede..2563bd1e1695d23652234a496c45dc29efa9e8c9 100644 (file)
@@ -1,3 +1,8 @@
+2011-01-04  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/vxworks.opt (Bdynamic, Bstatic, Xbind-lazy, Xbind-now,
+       non-static): New Driver options.
+
 2011-01-04  Jie Zhang  <jie@codesourcery.com>
 
        PR driver/47137
index 9a4f3fdf8ab3b6a394edf3f4dbdf8e947d0a169b..ab7bab1df5d01fad549f454b6a96c3bd0a4e247f 100644 (file)
@@ -1,6 +1,6 @@
 ; Processor-independent options for VxWorks.
 ;
-; Copyright (C) 2005, 2007 Free Software Foundation, Inc.
+; Copyright (C) 2005, 2007, 2010, 2011 Free Software Foundation, Inc.
 ; Contributed by CodeSourcery, LLC.
 ;
 ; This file is part of GCC.
 ; along with GCC; see the file COPYING3.  If not see
 ; <http://www.gnu.org/licenses/>.
 
+Bdynamic
+Driver Condition(VXWORKS_KIND == VXWORKS_KIND_NORMAL)
+
+Bstatic
+Driver Condition(VXWORKS_KIND == VXWORKS_KIND_NORMAL)
+
+Xbind-lazy
+Driver Condition(VXWORKS_KIND == VXWORKS_KIND_NORMAL)
+
+Xbind-now
+Driver Condition(VXWORKS_KIND == VXWORKS_KIND_NORMAL)
+
 mrtp
 Target Report RejectNegative Mask(VXWORKS_RTP) Condition(VXWORKS_KIND == VXWORKS_KIND_NORMAL)
 Assume the VxWorks RTP environment
@@ -29,3 +41,6 @@ Assume the VxWorks RTP environment
 mvthreads
 Target RejectNegative Condition(VXWORKS_KIND == VXWORKS_KIND_AE)
 Assume the VxWorks vThreads environment
+
+non-static
+Driver Condition(VXWORKS_KIND == VXWORKS_KIND_NORMAL)