From: Bodo Möller Date: Thu, 8 Feb 2001 11:15:50 +0000 (+0000) Subject: platform specific CFLAGS don't belong into this Makefile X-Git-Tag: OpenSSL_0_9_6a-beta1~48^2~26 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7edc5ed90a55ecaf94ded491c99cfe930da9ba2a;p=oweals%2Fopenssl.git platform specific CFLAGS don't belong into this Makefile --- 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=