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

Unified Diff: libraries/nacl-mounts/test.nacl/Makefile

Issue 10556007: changes in memory mount and socket subsystem to port thttpd (Closed) Base URL: http://naclports.googlecode.com/svn/trunk/src/
Patch Set: Created 8 years, 6 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
Index: libraries/nacl-mounts/test.nacl/Makefile
===================================================================
--- libraries/nacl-mounts/test.nacl/Makefile (revision 598)
+++ libraries/nacl-mounts/test.nacl/Makefile (working copy)
@@ -24,4 +24,4 @@
$(CXX) $(CFLAGS) -c $< -o $@
nacl_mounts_sel_ldr_tests: $(OBJECTS)
- $(CXX) $(LDFLAGS) $^ -o $@ -lgtest -lnacl-mounts -lpthread
+ $(CXX) $(LDFLAGS) $^ -o $@ -Wl,--start-group -lgtest -lnacl-mounts -lpthread -lppapi -lppapi_cpp -Wl,--end-group
Evgeniy Stepanov 2012/06/18 10:46:06 I'd like to avoid --start-group/--end-group. It lo
vissi 2012/06/18 10:56:44 Done.

Powered by Google App Engine
This is Rietveld 408576698