Re: Different CFLAGS for arch and non-arch files.

2001-02-20 Thread Peter Samuelson
[Peter Bergner] > Hopefully someone can point me in the right direction here. > I need to use different CFLAGS options depending on whether > I'm compiling arch dependent code or arch independent code. Use the per-directory $(EXTRA_CFLAGS), and/or the per-file $(CFLAGS_foo.o). See also $(EXTRA_

Different CFLAGS for arch and non-arch files.

2001-02-20 Thread Peter Bergner
Hopefully someone can point me in the right direction here. I need to use different CFLAGS options depending on whether I'm compiling arch dependent code or arch independent code. It seems the arch/XXX/Makefile only adds extra options to CFLAGS and doesn't allow me specify options I want to apply