--- linux/lib/Makefile 2018/04/24 18:01:43 1.1.1.3 +++ linux/lib/Makefile 2018/04/24 18:05:47 1.1.1.5 @@ -6,14 +6,12 @@ # unless it's something special (ie not a .c file). # -AR =gar -AS =gas -LD =gld +AR =ar +AS =as +LD =ld LDFLAGS =-s -x -CC =gcc -CFLAGS =-Wall -O -fstrength-reduce -fomit-frame-pointer -fcombine-regs \ - -finline-functions -mstring-insns -nostdinc -I../include -CPP =gcc -E -nostdinc -I../include +CC =gcc -nostdinc -I../include +CPP =cpp -nostdinc -I../include .c.s: $(CC) $(CFLAGS) \