summaryrefslogtreecommitdiffstats
path: root/TABLE
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-09-27 07:20:31 +0000
committerAndy Polyakov <appro@openssl.org>2007-09-27 07:20:31 +0000
commit19112771d693aa5b63708b0ac24c4c13e19252e3 (patch)
treed855a3a50d435f62b18930e607f1af8473ef7caa /TABLE
parent4c7c5ff667de19627861db07b50d595e47856422 (diff)
Minor ARMv4 update.
Diffstat (limited to 'TABLE')
-rw-r--r--TABLE29
1 files changed, 29 insertions, 0 deletions
diff --git a/TABLE b/TABLE
index 3219b8bc10..a5c74b9745 100644
--- a/TABLE
+++ b/TABLE
@@ -2958,6 +2958,35 @@ $shared_extension =
$ranlib =
$arflags =
+*** linux-armv4
+$cc = gcc
+$cflags = -march=armv4 -DTERMIO -O3 -Wall
+$unistd =
+$thread_cflag = -D_REENTRANT
+$sys_id =
+$lflags = -ldl
+$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR
+$cpuid_obj =
+$bn_obj = bn_asm.o armv4-mont.o
+$des_obj =
+$aes_obj = aes_cbc.o aes-armv4.o
+$bf_obj =
+$md5_obj =
+$sha1_obj = sha1-armv4-large.o sha256-armv4.o sha512-armv4.o
+$cast_obj =
+$rc4_obj =
+$rmd160_obj =
+$rc5_obj =
+$wp_obj =
+$cmll_obj =
+$dso_scheme = dlfcn
+$shared_target= linux-shared
+$shared_cflag = -fPIC
+$shared_ldflag =
+$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
+$ranlib =
+$arflags =
+
*** linux-elf
$cc = gcc
$cflags = -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall