From 5db972bdcd58040f4881dbe6f6da2d3dd9087513 Mon Sep 17 00:00:00 2001 From: jsm28 Date: Tue, 4 Jan 2011 11:48:04 +0000 Subject: * config/vxworks.opt (Bdynamic, Bstatic, Xbind-lazy, Xbind-now, non-static): New Driver options. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168461 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/vxworks.opt | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'gcc/config/vxworks.opt') diff --git a/gcc/config/vxworks.opt b/gcc/config/vxworks.opt index 9a4f3fdf8ab..ab7bab1df5d 100644 --- a/gcc/config/vxworks.opt +++ b/gcc/config/vxworks.opt @@ -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. @@ -19,6 +19,18 @@ ; along with GCC; see the file COPYING3. If not see ; . +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) -- cgit v1.2.1