summaryrefslogtreecommitdiffstats
path: root/helper/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'helper/Makefile.am')
-rw-r--r--helper/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/Makefile.am b/helper/Makefile.am
index c747269..01a6af1 100644
--- a/helper/Makefile.am
+++ b/helper/Makefile.am
@@ -40,7 +40,7 @@ febootstrap_supermin_helper_LDADD = \
noinst_PROGRAMS = init
init_SOURCES = init.c
init_CFLAGS = -static
-init_LDFLAGS = -all-static
+init_LDFLAGS = -static
# http://www.doof.me.uk/2010/05/07/cute-objcopy-hack/
ELF_DEFAULT_ARCH = $(shell $(srcdir)/elf-default-arch | gawk '{ print $$1 }')