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

Unified Diff: ports/binutils-2.25/build.sh

Issue 1773403005: Fix binutils, gcc, gcc-avr in devenv (after roll). (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: fix Created 4 years, 9 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 | ports/binutils/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/binutils-2.25/build.sh
diff --git a/ports/binutils-2.25/build.sh b/ports/binutils-2.25/build.sh
index 1a88f35b3c537f8a5b7cdbd0b69fa672ca5b0635..da0c04c80c63aa596086f15bc6be4c193611ecfe 100644
--- a/ports/binutils-2.25/build.sh
+++ b/ports/binutils-2.25/build.sh
@@ -31,5 +31,11 @@ ConfigureStep() {
--enable-deterministic-archives \
--without-zlib"
+ export LIBS="${NACLPORTS_LIBS}"
DefaultConfigureStep
}
+
+BuildStep() {
+ export LIBS="${NACLPORTS_LIBS}"
+ DefaultBuildStep
+}
« no previous file with comments | « no previous file | ports/binutils/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698