Are these CFLAGS / CXXFLAGS variables really needed? GCC must know where are its include directories.
These are for Host/Target Compiler Stuff. If you just use x86 GCC and nothing else, it will work without them, yes.
Dmitry Gorbachev schrieb:
Are these CFLAGS / CXXFLAGS variables really needed? GCC must know where are its include directories.
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Dmitry Gorbachev wrote:
Are these CFLAGS / CXXFLAGS variables really needed? GCC must know where are its include directories.
GCC does, but these variables are actually meant for other build tools (e.g. wrc). These tools shall eventually use the very same include directories as GCC itself does.
Best regards,
Colin