From ab7b71e9cae4db02e93f4523490032c96674d63c Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 16 Feb 2011 23:22:16 +0000 Subject: [PATCH] * config/mn10300/mn10300.opt (mno-crt0): New. From-SVN: r170228 --- gcc/ChangeLog | 4 ++++ gcc/config/mn10300/mn10300.opt | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index be7885c41ffd..006bd292fc9c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +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. diff --git a/gcc/config/mn10300/mn10300.opt b/gcc/config/mn10300/mn10300.opt index 427510304b2f..8909d8bd1f3d 100644 --- a/gcc/config/mn10300/mn10300.opt +++ b/gcc/config/mn10300/mn10300.opt @@ -38,6 +38,10 @@ mmult-bug 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