summaryrefslogtreecommitdiffstats
path: root/TABLE
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2005-02-22 10:29:51 +0000
committerBodo Möller <bodo@openssl.org>2005-02-22 10:29:51 +0000
commitc9a112f54079058bc0d075e04866035e41ad45aa (patch)
tree567bd2466f8803d65ec96716fee68ff52ea46e81 /TABLE
parent5286db697f8db930f14e75522736dd2769ff8bfd (diff)
Change ./Configure so that certain algorithms can be disabled by default.
This is now the case for RC5. As a side effect, the OPTIONS in the Makefile will usually look a little different now, but they are essentially only for information anyway.
Diffstat (limited to 'TABLE')
-rw-r--r--TABLE2
1 files changed, 1 insertions, 1 deletions
diff --git a/TABLE b/TABLE
index 36d7513288..a3f6f94213 100644
--- a/TABLE
+++ b/TABLE
@@ -1379,7 +1379,7 @@ $arflags =
*** debug-bodo
$cc = gcc
-$cflags = -DL_ENDIAN -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DBIO_PAIR_DEBUG -DPEDANTIC -g -m486 -pedantic -Wshadow -Wall
+$cflags = -DL_ENDIAN -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DBIO_PAIR_DEBUG -DPEDANTIC -g -march=i486 -pedantic -Wshadow -Wall
$unistd =
$thread_cflag = -D_REENTRANT
$sys_id =