From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Thu, 8 Feb 2001 14:19:08 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: GCC: DJGPP bootstrap fix + define MSDOS Message-ID: <3A82AADC.25256.97008E@localhost> References: X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com > 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. Mark