Typo. Keep LDFLAGS commented.

This commit is contained in:
Dmitry Babokin
2014-10-16 20:23:44 +04:00
parent 8283cfc3ff
commit 100285a325

View File

@@ -179,7 +179,7 @@ ifeq ($(ARCH_OS),Linux)
# Linking everything statically isn't easy (too many things are required), # Linking everything statically isn't easy (too many things are required),
# but linking libstdc++ and libgcc is necessary when building with relatively # but linking libstdc++ and libgcc is necessary when building with relatively
# new gcc, when going to distribute to old systems. # new gcc, when going to distribute to old systems.
LDFLAGS=-static-libgcc -static-libstdc++ # LDFLAGS=-static-libgcc -static-libstdc++
endif endif
LEX=flex LEX=flex