aboutsummaryrefslogtreecommitdiff
path: root/dist/etc/integrity/config.make
diff options
context:
space:
mode:
Diffstat (limited to 'dist/etc/integrity/config.make')
-rw-r--r--dist/etc/integrity/config.make6
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/etc/integrity/config.make b/dist/etc/integrity/config.make
index 5755056..0e9b237 100644
--- a/dist/etc/integrity/config.make
+++ b/dist/etc/integrity/config.make
@@ -16,6 +16,12 @@ LD := $(CXX)
LDFLAGS := $(CXXFLAGS)
LIBS :=
+# Optional post-link command. The first argument to this command is
+# the executable name and the rest of the arguments are the object
+# files and libraries that were used to link this executable.
+#
+POSTLD :=
+
# Set RANLIB to empty if your system does not need ranlib.
#
AR := ar