Merge pull request #878 from dbabokin/make

Typo. Keep LDFLAGS commented.
This commit is contained in:
Dmitry Babokin
2014-10-16 20:26:29 +04:00

View File

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