Well it seems like that $CFLAGS is overwriten in '/usr/src/linux/Makefiles' og exported.I have set the enviroment variables $CFLAGS and $CXXFLAGS to:
-O2 -march=athlon-xp
Now my question is will this effect my kernel-compile?
Shouldn't do; the kernel doesn't normally inherit CFLAGS and friends from the environment. The correct way to do this is through the ``Processor type'' part of make {x,menu}config.
But when I compile kernel it compiles with '-march=athlon', how do I change this?
- To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs
