Date: Sat, 10 Feb 2001 10:51:17 +0200 (WET) From: Andris Pavenis To: "Mark E." Cc: djgpp-workers AT delorie DOT com Subject: Re: GCC: DJGPP bootstrap fix + define MSDOS In-Reply-To: <3A83D538.3193.6617F7@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 9 Feb 2001, Mark E. wrote: > ! #undef SUBTARGET_OVERRIDE_OPTIONS > ! #define SUBTARGET_OVERRIDE_OPTIONS \ > ! do { \ > ! if (target_flags & MASK_BNU210) \ > ! { \ > ! warning ("-mbnu210 ignored."); \ > ! } \ > ! } while (0) \ > Maybe only slightly more verbose: warning ("-mbnu210 is obsolete and is ignored."); Andris