[Cryptech-Commits] [sw/libhal] 04/07: change CFLAGS assignment to += for cross-building
git at cryptech.is
git at cryptech.is
Sun Nov 1 04:03:25 UTC 2015
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch master
in repository sw/libhal.
commit 3ddf1e38e15a94e3a7cad78a61ecb24ef68cfcb3
Author: Paul Selkirk <paul at psgd.org>
Date: Thu Oct 29 15:21:35 2015 -0400
change CFLAGS assignment to += for cross-building
---
GNUmakefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/GNUmakefile b/GNUmakefile
index 507782b..fd01408 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -37,7 +37,7 @@ IO_OBJ_I2C = hal_io_i2c.o
IO_OBJ = ${IO_OBJ_EIM}
TFMDIR := $(abspath ../thirdparty/libtfm)
-CFLAGS := -g3 -Wall -fPIC -std=c99 -I${TFMDIR} -DHAL_ECDSA_DEBUG_ONLY_STATIC_TEST_VECTOR_RANDOM=1
+CFLAGS += -g3 -Wall -fPIC -std=c99 -I${TFMDIR} -DHAL_ECDSA_DEBUG_ONLY_STATIC_TEST_VECTOR_RANDOM=1
LDFLAGS := -g3 -L${TFMDIR} -ltfm
all: ${LIB}
More information about the Commits
mailing list