platform specific CFLAGS don't belong into this Makefile
This commit is contained in:
parent
420125f996
commit
7edc5ed90a
@ -20,7 +20,8 @@ RD_ENC= rd_enc.o
|
|||||||
# or use
|
# or use
|
||||||
#DES_ENC= bx86-elf.o
|
#DES_ENC= bx86-elf.o
|
||||||
|
|
||||||
CFLAGS= -mpentiumpro $(INCLUDES) $(CFLAG) -O3 -fexpensive-optimizations -funroll-loops -fforce-addr
|
# CFLAGS= -mpentiumpro $(INCLUDES) $(CFLAG) -O3 -fexpensive-optimizations -funroll-loops -fforce-addr
|
||||||
|
CFLAGS= $(INCLUDES) $(CFLAG)
|
||||||
|
|
||||||
GENERAL=Makefile
|
GENERAL=Makefile
|
||||||
TEST=
|
TEST=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user