This is the mail archive of the gcc@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]

Re: mutex in frame code


>>>>> Joe Buck writes:

Joe> One possibility: add -march to the Sparc port, -mtune to the i386 port,
Joe> insist that all ports that target processor families use -march or -mtune
Joe> in the future, and deprecate -mcpu.  Leave it in for the time being.

	Well, that does not make sense for all ports, for example rs6000.
POWER and PowerPC have defined architectures that do not change from
processor to processor.  One wants to specify a CPU to set both
architecture and tuning parameters.  Saying -march=604 is incorrect and
-march=powerpc is not specific enough.

David


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