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

Unified Diff: tools/Makefile

Issue 6264009: Make Linux build happy. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 9 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/Makefile
===================================================================
--- tools/Makefile (revision 4194)
+++ tools/Makefile (working copy)
@@ -940,7 +940,7 @@
$(MAKE) -f $(THISMAKEFILE) nacl_libraries_nocpp
$(MAKE) -f $(THISMAKEFILE) BUILD/stamp-$(CROSSARCH)-gcc
case $$(SRC/binutils/config.guess) in \
- *-linux*) $(MAKE) -f $(THISMAKEFILE) BUILD/stamp-gdb ;; \
+ *-linux*) $(MAKE) -f $(THISMAKEFILE) BUILD/stamp-$(CROSSARCH)-gdb ;; \
esac
$(MAKE) -f $(THISMAKEFILE) nacl_libraries
$(MAKE) -f $(THISMAKEFILE) sdk_minimal_test
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698