[Cryptech-Commits] [core/platform/novena] 01/01: Make position-independent libraries for cryptlib.
git at cryptech.is
git at cryptech.is
Wed Apr 22 05:40:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch unimap
in repository core/platform/novena.
commit d07c710e9a82c46e20bc8262308117edf7a0ca11
Author: Paul Selkirk <paul at psgd.org>
Date: Wed Apr 22 01:39:12 2015 -0400
Make position-independent libraries for cryptlib.
---
sw/Makefile | 2 +-
sw/Makefile.i2c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sw/Makefile b/sw/Makefile
index 93976d7..0dbd61a 100755
--- a/sw/Makefile
+++ b/sw/Makefile
@@ -1,5 +1,5 @@
CC = gcc
-CFLAGS = -Wall
+CFLAGS = -Wall -fPIC
LIB = libcryptech.a
BIN = hash hash_tester trng_extractor trng_tester
diff --git a/sw/Makefile.i2c b/sw/Makefile.i2c
index fa136a4..98cd541 100755
--- a/sw/Makefile.i2c
+++ b/sw/Makefile.i2c
@@ -1,5 +1,5 @@
CC = gcc
-CFLAGS = -Wall
+CFLAGS = -Wall -fPIC
LIB = libcryptech_i2c.a
BIN = hash_i2c hash_tester_i2c trng_extractor_i2c trng_tester_i2c
More information about the Commits
mailing list