Date: Thu, 8 Feb 2001 10:22:55 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Mark E." cc: djgpp-workers AT delorie DOT com Subject: Re: GCC: DJGPP bootstrap fix + define MSDOS In-Reply-To: <3A815D63.28556.10AD1D4@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 Wed, 7 Feb 2001, Mark E. wrote: > gcc will no longer bootstrap after the last cvs update. Turns out this is > because the macro SUPPORTS_ONE_ONLY is now used in CPP. SUPPORTS_ONE_ONLY > uses target_flags to determine if the -mbnu210 switch has been used, but the > target_flags variable is naturally not available in CPP. The only way I see > to fix the bootstrap is to eliminate the -mbnu210 switch. Any less drastic > ideas are welcomed. I don't really understand the practical implications of the change you propose, i.e. the elimination of -mbnu210. Could you please describe what does this mean in practical terms? If the consequences are dire, perhaps we will be better off without the possibility to bootstrap out of the box (another drastic measure, but at least it doesn't affect users).