>From 829911e3c956f4303bc6f9bd06e40b2905079acb Mon Sep 17 00:00:00 2001 From: Kooda Date: Sat, 21 Oct 2017 13:26:21 +0200 Subject: [PATCH 3/4] Make the building of .a files deterministic --- defaults.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults.make b/defaults.make index 741bb6a9..e43d8d73 100644 --- a/defaults.make +++ b/defaults.make @@ -154,7 +154,7 @@ LINKER_LIBRARY_SUFFIX ?= endif LINKER_LINK_SHARED_LIBRARY_OPTIONS ?= -shared LINKER_LINK_SHARED_DLOADABLE_OPTIONS ?= -shared -L. -LIBRARIAN_OPTIONS ?= cru +LIBRARIAN_OPTIONS ?= crD LIBRARIAN_OUTPUT_OPTION ?= LIBRARIAN_OUTPUT ?= $(LIBRARIAN_OUTPUT_OPTION) $@ LIBRARIES ?= -lm -- 2.15.0.rc1