Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1285)

Unified Diff: samples/Cpp/SimpleGame/proj.nacl/Makefile

Issue 14694016: [NaCl] Add support for building using glibc toolchain. (Closed) Base URL: git@github.com:sbc100/cocos2d-x.git@nacl_changes2
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « samples/Cpp/HelloCpp/proj.nacl/Makefile ('k') | samples/Cpp/TestCpp/proj.nacl/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/Cpp/SimpleGame/proj.nacl/Makefile
diff --git a/samples/Cpp/SimpleGame/proj.nacl/Makefile b/samples/Cpp/SimpleGame/proj.nacl/Makefile
index aa61e6bd57ad732cdc796d123d87340a8694da1a..3e6cde4319cef12605cc8727cff5e63e1ff918f5 100644
--- a/samples/Cpp/SimpleGame/proj.nacl/Makefile
+++ b/samples/Cpp/SimpleGame/proj.nacl/Makefile
@@ -33,7 +33,7 @@ $(OBJ_DIR)/%.o: %.cpp
$(LOG_CXX)$(NACL_CXX) -MMD $(CXXFLAGS) $(INCLUDES) $(DEFINES) -c $< -o $@
$(NMF): $(TARGET)
- $(NACL_SDK_ROOT)/tools/create_nmf.py -o $@ $(BIN_DIR)/*.nexe --objdump=i686-nacl-objdump -L$(NACL_SDK_ROOT)/toolchain/linux_x86_newlib/x86_64-nacl/lib/ -s $(BIN_DIR)
+ $(NACL_SDK_ROOT)/tools/create_nmf.py -o $@ $(BIN_DIR)/*.nexe $(NMF_FLAGS) -s $(BIN_DIR)
run: all
/bin/cp -ar ../Resources/ .
« no previous file with comments | « samples/Cpp/HelloCpp/proj.nacl/Makefile ('k') | samples/Cpp/TestCpp/proj.nacl/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698