commit 0a7c9e877b8f38cc2a87a447e491674d5714b8d4
parent c3532d8e410cc3fa3e4c5757e899be81bc92aedd
Author: sin <sin@2f30.org>
Date: Wed, 5 Mar 2014 17:05:30 +0000
Enable $optldflags
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.mk b/config.mk
@@ -15,6 +15,6 @@ optcflags = -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-
CPPFLAGS = -D_BSD_SOURCE -D_GNU_SOURCE
CFLAGS = -I${libcroot}/include ${CPPFLAGS} # ${optcflags}
-LDFLAGS = -L${libcroot}/lib -static # ${optldflags}
+LDFLAGS = -L${libcroot}/lib -static ${optldflags}
PATH = ${root}/opt/cross/${arch}-linux-musl/bin:${PATH}