summaryrefslogtreecommitdiffstats
path: root/tools/padjffs2
diff options
context:
space:
mode:
Diffstat (limited to 'tools/padjffs2')
-rw-r--r--tools/padjffs2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/padjffs2/Makefile b/tools/padjffs2/Makefile
index 3f033c0c2b..4535735d69 100644
--- a/tools/padjffs2/Makefile
+++ b/tools/padjffs2/Makefile
@@ -19,7 +19,7 @@ define Host/Prepare
endef
define Host/Compile
- $(MAKE) -C $(HOST_BUILD_DIR) LDFLAGS="-static"
+ $(MAKE) -C $(HOST_BUILD_DIR) LDFLAGS="$(HOST_STATIC_LINKING)"
endef
define Host/Configure