Skip to content
Snippets Groups Projects
Commit 276197b4 authored by Matt Johnston's avatar Matt Johnston
Browse files

merge

--HG--
branch : coverity
parents 484d1e9b ee812daf
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -22,6 +22,7 @@
# make -f makefile.unix CC=icc AR=xiar CFLAGS="-fast -DUSE_LTM -DLTM_DESC -I/path/to/libtommath" EXTRALIBS=/path/to/libtommath/libtommath.a all
#
 
# Dropbear can build out of tree
VPATH=@srcdir@
srcdir=@srcdir@
 
Loading
Loading
@@ -32,10 +33,11 @@ LIBPATH = $(PREFIX)/lib
INCPATH = $(PREFIX)/include
DATAPATH = $(PREFIX)/share/doc/libtomcrypt/pdf
BINPATH = $(PREFIX)/bin
CC = cc
AR = ar
# Dropbear passes paths from parent makefile
#CC = cc
#AR = ar
ARFLAGS = r
RANLIB = ranlib
#RANLIB = ranlib
#CFLAGS = -O2 -DUSE_LTM -DLTM_DESC -I../libtommath
EXTRALIBS = ../libtommath/libtommath.a
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment