aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-02-08 11:15:50 +0000
committerBodo Möller <bodo@openssl.org>2001-02-08 11:15:50 +0000
commit7edc5ed90a55ecaf94ded491c99cfe930da9ba2a (patch)
tree39aa994bfbb8d7fcbc10dd7a6fbb6a9154a524da
parent420125f996a5984a739db1fd35f0bd20be132414 (diff)
downloadopenssl-7edc5ed90a55ecaf94ded491c99cfe930da9ba2a.tar.gz
platform specific CFLAGS don't belong into this Makefile
-rw-r--r--crypto/rijndael/Makefile.ssl3
1 files changed, 2 insertions, 1 deletions
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=