This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Committed, MMIX: minor cleanups. Switch to TARGET_CPU_CPP_BUILTINS.


On Mon, Jun 10, 2002 at 09:42:39PM -0400, Hans-Peter Nilsson wrote:
> Should -mbig-endian override -mlittle-endian ...

I think so.

> I think only -mfoo and -mno-foo should be allowed to silently
> override each other.

What about -fpic vs -fPIC or -O2 vs -O3?  I think it's the
same issue.

I really see -mlittle-endian as -mno-big-endian except with a more
user-friendly name.  They really are opposites (or members of a
mutually exclusive set if one wishes to consider pdp-endian, which
I don't) and no one expects them to both be in effect.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]