On Fri, 19 Oct 2001, Mayur Joshi wrote:
gcc -D__KERNEL__ -I/usr/src/linux-2.4.10/include -Wall \ -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer \ -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 \ -march=i686 -DMODULE -c -o dummy.o dummy.c
I would like someone to explain all the arguments given to gcc. I have not
man gcc /^ *-D /^ *-I /^ *-W /^ *-O /^ *-f /^ *-m /^ *-o /^ *-c
will explain all you need to know.