There was an error while loading. Please reload this page.
1 parent 1cbc565 commit d872c77Copy full SHA for d872c77
1 file changed
linux/Makefile
@@ -29,7 +29,7 @@ ifeq "$(COMPILER)" ""
29
endif
30
31
CPLUS="$(COMPILER) -m32"
32
-CPP_LIB:=-L$(shell g++ -m32 -print-file-name=libstdc++.so | xargs dirname) -lstdc++ -ldl -lpthread -static-libstdc++ -static-libgcc
+CPP_LIB:=-L$(shell $(COMPILER) -m32 -print-file-name=libstdc++.so | xargs dirname) -lstdc++ -ldl -lpthread -static-libstdc++ -static-libgcc
33
34
ARCH_CFLAGS=-march=pentium-m -mfpmath=387 -mno-sse
35
0 commit comments