delorie.com/archives/browse.cgi | search |
Date: | Fri, 9 Feb 2001 09:27:12 +0200 (WET) |
From: | Andris Pavenis <pavenis AT lanet DOT lv> |
To: | "Mark E." <snowball3 AT bigfoot DOT com> |
Cc: | djgpp-workers AT delorie DOT com |
Subject: | Re: GCC: DJGPP bootstrap fix + define MSDOS |
In-Reply-To: | <3A82AADC.25256.97008E@localhost> |
Message-ID: | <Pine.A41.4.05.10102090913070.95006-100000@ieva06.lanet.lv> |
MIME-Version: | 1.0 |
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 |
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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |