propagate of e8bea23df30f9f46c647d06db3b223427b4e3604 and b0b6b4a8843b94d9f049cb5ffe0b1ae91ec1bf8b from branch 'au.asn.ucc.matt.ltc-orig' to 'au.asn.ucc.matt.ltc-db'

--HG--
branch : libtomcrypt
extra : convert_revision : 7ec1075e00b7528eb3c6130d5ae651f705db4355
This commit is contained in:
Matt Johnston
2004-06-15 14:27:14 +00:00
30 changed files with 3434 additions and 2341 deletions

View File

@@ -20,17 +20,18 @@ VERSION=0.96
#ARFLAGS=r
# Compilation flags. Note the += does not write over the user's CFLAGS!
CFLAGS += -c -I./ -Wall -Wsign-compare -W -Wshadow
# The rest of the flags come from the parent Dropbear makefile
CFLAGS += -c -I./
# -Werror
# optimize for SPEED
#CFLAGS += -O3 -funroll-loops
#add -fomit-frame-pointer. GCC v3.2 is buggy for certain platforms!
CFLAGS += -fomit-frame-pointer
#add -fomit-frame-pointer. v3.2 is buggy for certain platforms!
#CFLAGS += -fomit-frame-pointer
# optimize for SIZE
CFLAGS += -Os
#CFLAGS += -Os
# compile for DEBUGING
#CFLAGS += -g3