From 7edc5ed90a55ecaf94ded491c99cfe930da9ba2a Mon Sep 17 00:00:00 2001 From: Bodo Möller Date: Thu, 8 Feb 2001 11:15:50 +0000 Subject: platform specific CFLAGS don't belong into this Makefile --- crypto/rijndael/Makefile.ssl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crypto/rijndael/Makefile.ssl b/crypto/rijndael/Makefile.ssl index 681af560a0..4384d997d3 100644 --- a/crypto/rijndael/Makefile.ssl +++ b/crypto/rijndael/Makefile.ssl @@ -20,7 +20,8 @@ RD_ENC= rd_enc.o # or use #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 TEST= -- cgit v1.2.3