Hi ALL: I have a question regarding MIPS Makefile. In the Makefile of the Linux build directory, there are two Macros of C compiler flags: HOSTCFLAGS and CFLAGS. What are their purpose and difference? In another words, what is host gcc? Why do we use host gcc in building the target kernel? If you could give me any help, I would be very pleased. Thank you. Steven Liu ----- Original Message ----- From: "Ralf Baechle" <ralf@oss.sgi.com> To: "Steven Liu" <stevenliu@psdc.com> Cc: "Keith M Wesolowski" <wesolows@foobazco.org>; <linux-mips@oss.sgi.com> Sent: Thursday, May 17, 2001 6:31 PM Subject: Re: mips-tfile > On Thu, May 17, 2001 at 06:09:17PM -0700, Steven Liu wrote: > > > I have a question about GCC: > > > > How can we make gcc do not use the MIPS instructions lwl, lwr, swl, and swr? > > Modify gcc. Unless you're using a new flavour (And I'm tempted to use some > curseword instead ...) of a cpu core without lwl/lwr/swl/swr there should > never be a reason to avoid those instructions. > > Ralf >