From ab7b71e9cae4db02e93f4523490032c96674d63c Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 16 Feb 2011 23:22:16 +0000 Subject: * config/mn10300/mn10300.opt (mno-crt0): New. From-SVN: r170228 --- gcc/ChangeLog | 4 ++++ gcc/config/mn10300/mn10300.opt | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index be7885c..006bd29 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2011-02-16 Joseph Myers + * config/mn10300/mn10300.opt (mno-crt0): New. + +2011-02-16 Joseph Myers + * config/m68k/uclinux.opt (static-libc): New Driver option. 2011-02-16 Joseph Myers diff --git a/gcc/config/mn10300/mn10300.opt b/gcc/config/mn10300/mn10300.opt index 4275103..8909d8b 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 -- cgit v1.1