Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(154)

Unified Diff: src/Make.clib

Issue 2515043: code review 2515043: build: Allow archiver to be specified in the environmen... (Closed)
Patch Set: code review 2515043: build: Allow archiver to be specified in the environmen... Created 14 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/Make.inc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/Make.clib
===================================================================
--- a/src/Make.clib
+++ b/src/Make.clib
@@ -19,7 +19,7 @@
cp $(LIB) "$(GOROOT)/lib/$(LIB)"
$(LIB): $(OFILES)
- ar rsc $(LIB) $(OFILES)
+ $(HOST_AR) rsc $(LIB) $(OFILES)
CLEANFILES+=y.tab.[ch] y.output a.out $(LIB)
« no previous file with comments | « no previous file | src/Make.inc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b