--- linux/mm/Makefile 2018/04/24 18:00:13 1.1.1.1 +++ linux/mm/Makefile 2018/04/24 18:01:25 1.1.1.2 @@ -1,9 +1,9 @@ CC =gcc -CFLAGS =-O -Wall -fstrength-reduce -fcombine-regs -fomit-frame-pointer \ - -finline-functions -nostdinc -I../include -AS =gas -AR =gar -LD =gld +CFLAGS =-O -Wall -fstrength-reduce -fomit-frame-pointer \ + -fno-stack-protector -finline-functions -nostdinc -I../include +AS =as +AR =ar +LD =ld CPP =gcc -E -nostdinc -I../include .c.o: