From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Kosnik To: Mark Mitchell Cc: Franz Sirl , Gabriel Dos Reis , "gcc-patches@gcc.gnu.org" , "libstdc++@gcc.gnu.org" Subject: Re: V3 PATCH: Fix PR3988 Date: Tue, 14 Aug 2001 16:03:00 -0000 Message-id: References: <297580000.997827294@warlock.codesourcery.com> X-SW-Source: 2001-08/msg00875.html > > Well, a patch for config/os/gnu-linux/bits/os_defines.h or a solution > > like the 386 one that Mark did? Please try to keep this cpu-specific stuff out of os-specific headers. > I think the CPU-specific way is better, in general. I think that David > asked me about doing that way, originally, and I chickened out; either > way does get the job done. Only, putting the cpu-stuff in config/cpu actually makes sense. This avoids confusion, and makes future maintenance enjoyable. > If most of the systems on PowerPC do this the same way, it makes > sense to use the CPU-specific way. I'd prefer not to change existing > configurations, though, if we can help it; there's no need to introduce > risk on AIX, for example, if things already work correctly there. Please do this correctly on the trunk, at least. -benjamin