Typo. Keep LDFLAGS commented.
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user