Date: Fri, 9 Feb 2001 09:27:12 +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: <3A82AADC.25256.97008E@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 Thu, 8 Feb 2001, Mark E. wrote: > > I also think about using > > > > #define CC1PLUS_SPEC "%{!mno-bnu210: -mbnu210}" > > You could also change gcc/config/i386/djgpp.h to make -mbnu210 the default > like currently is in gcc 2.97. > Sorry for typo. I really included #define CC1_SPEC %{!mno-bnu210: -mbnu210} in gcc/cinfig/i386/djgpp.h. Yes it would also be possible to revert meaning of MASK_BNU210 in SUBTARGET_SWITCHES as it's done in gcc-2.97 currently. I thought about that but prefered a way I did at that time One small problem with removal of -mbnu210: when compiling STLPort 4.0 for DJGPP (stlp40s.zip) this flag is explicitly used. So build will be broken if we totally remove it. Maybe there are other similar packages. Andris