Makefile: add MUSL_LDFLAGS

This commit is contained in:
Sisyphus 2013-08-22 19:48:09 +03:00 committed by Michael Shigorin
parent 04cfc75266
commit db43d06caf

View File

@ -31,6 +31,7 @@ INCLUDES = $($(L)_INCLUDES)
GLIBC_LDFLAGS = -static
KLIBC_LDFLAGS =
MUSL_LDFLAGS = -static
LDFLAGS = $($(L)_LDFLAGS)
STRIPCMD = strip -R .note -R .comment