mirror of git://gcc.gnu.org/git/gcc.git
* config/mn10300/mn10300.opt (mno-crt0): New.
From-SVN: r170228
This commit is contained in:
parent
466f3f08ff
commit
ab7b71e9ca
|
@ -1,3 +1,7 @@
|
||||||
|
2011-02-16 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* config/mn10300/mn10300.opt (mno-crt0): New.
|
||||||
|
|
||||||
2011-02-16 Joseph Myers <joseph@codesourcery.com>
|
2011-02-16 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* config/m68k/uclinux.opt (static-libc): New Driver option.
|
* config/m68k/uclinux.opt (static-libc): New Driver option.
|
||||||
|
|
|
@ -38,6 +38,10 @@ mmult-bug
|
||||||
Target Report Mask(MULT_BUG)
|
Target Report Mask(MULT_BUG)
|
||||||
Work around hardware multiply bug
|
Work around hardware multiply bug
|
||||||
|
|
||||||
|
; Ignored by the compiler
|
||||||
|
mno-crt0
|
||||||
|
Target RejectNegative
|
||||||
|
|
||||||
; Ignored by the compiler
|
; Ignored by the compiler
|
||||||
mrelax
|
mrelax
|
||||||
Target RejectNegative
|
Target RejectNegative
|
||||||
|
|
Loading…
Reference in New Issue