diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-16 23:22:16 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-16 23:22:16 +0000 |
commit | 4b23df5b95f483693ac9926dd66d270d829de48e (patch) | |
tree | c4940ae866b0957012cd25488b667ebd28a42993 /gcc/config/mn10300/mn10300.opt | |
parent | 10c4d3687b9be0f93c6ecbcd534dc98e243f8d2a (diff) | |
download | gcc-4b23df5b95f483693ac9926dd66d270d829de48e.tar.gz |
* config/mn10300/mn10300.opt (mno-crt0): New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170228 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mn10300/mn10300.opt')
-rw-r--r-- | gcc/config/mn10300/mn10300.opt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/mn10300/mn10300.opt b/gcc/config/mn10300/mn10300.opt index 427510304b2..8909d8bd1f3 100644 --- a/gcc/config/mn10300/mn10300.opt +++ b/gcc/config/mn10300/mn10300.opt @@ -39,6 +39,10 @@ Target Report Mask(MULT_BUG) Work around hardware multiply bug ; Ignored by the compiler +mno-crt0 +Target RejectNegative + +; Ignored by the compiler mrelax Target RejectNegative Enable linker relaxations |