提交 7edc5ed9 编写于 作者: B Bodo Möller

platform specific CFLAGS don't belong into this Makefile

上级 420125f9
...@@ -20,7 +20,8 @@ RD_ENC= rd_enc.o ...@@ -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=
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册