[Cryptech-Commits] [sw/libhal] 02/07: Use ${AR} for cross-building.

git at cryptech.is git at cryptech.is
Sun Nov 1 04:03:23 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 7e46c24361b2a89e42b6888e24c12d46109ffbb2
Author: Paul Selkirk <paul at psgd.org>
Date:   Mon Oct 26 17:35:20 2015 -0400

    Use ${AR} for cross-building.
    
    Regular ar is fine, but this feels cleaner.
---
 GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GNUmakefile b/GNUmakefile
index f425c50..507782b 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -47,7 +47,7 @@ all: ${LIB}
 ${OBJ}: ${INC}
 
 ${LIB}: ${OBJ}
-	ar rcs $@ $^
+	${AR} rcs $@ $^
 
 asn1.o rsa.o ecdsa.o: asn1_internal.h
 



More information about the Commits mailing list