[git commit] buildsys: fix typo around strip

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Mon Oct 8 16:56:34 UTC 2018


commit: https://git.uclibc.org/uClibc++/commit/?id=698c84170e5cd7c5a14737b74aaf538f6a424f39
branch: https://git.uclibc.org/uClibc++/commit/?id=refs/heads/master

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 src/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.in b/src/Makefile.in
index eee3b4b..352b056 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1,6 +1,6 @@
 WR_CXX := WRAPPER_INCLUDEDIR=-I$(top_srcdir)include $(WRAPPER)
 
-LDFLAGS-$(if $(DODEBUG),,$(DODEBUG))-$(LIBNAME).so += -Wl,-s
+LDFLAGS-$(if $(DODEBUG),,y)-$(LIBNAME).so += -Wl,-s
 LDFLAGS-$(LIBNAME).so += -nodefaultlibs -shared
 LIBS-$(LIBNAME).so += $(BUILD_EXTRA_LIBRARIES) $(LIBS)
 


More information about the uClibc-cvs mailing list