diff options
author | bernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-13 08:29:46 +0000 |
---|---|---|
committer | bernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-13 08:29:46 +0000 |
commit | 354bd2823f588b4f4a63c15a1e3bd297825b78f0 (patch) | |
tree | a5e789a0aa68a2dfeb8dcd8808273fd7e8aa983e /gcc/config/bfin/bfin.opt | |
parent | 85d014a4ba289b0bb66abc64ee212a52e4487bf1 (diff) | |
download | gcc-354bd2823f588b4f4a63c15a1e3bd297825b78f0.tar.gz |
* config/bfin/bfin.c (bfin_lib_id_given): New static variable.
(bfin_handle_options): Set it if -mshared-library-id= is seen.
* config/bfin/bfin.opt (mshared-library-id=): Lose
Var(bfin_lib_id_given).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98077 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/bfin/bfin.opt')
-rw-r--r-- | gcc/config/bfin/bfin.opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/bfin/bfin.opt b/gcc/config/bfin/bfin.opt index 8a07bc3187b..827947d5e6a 100644 --- a/gcc/config/bfin/bfin.opt +++ b/gcc/config/bfin/bfin.opt @@ -36,5 +36,5 @@ Target Report Mask(ID_SHARED_LIBRARY) Enabled ID based shared library mshared-library-id= -Target RejectNegative Joined UInteger Var(bfin_lib_id_given) +Target RejectNegative Joined UInteger ID of shared library to build |