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

Unified Diff: gcc/gcc/testsuite/lib/wrapper.exp

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 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 | « gcc/gcc/testsuite/lib/target-supports-dg.exp ('k') | gcc/gcc/testsuite/obj-c++.dg/bitfield-1.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/testsuite/lib/wrapper.exp
diff --git a/gcc/gcc/testsuite/lib/wrapper.exp b/gcc/gcc/testsuite/lib/wrapper.exp
index 4e5ae435a13eb99b1c74c341e19c1839de2b90f4..b7f7773aac5a38afca5d0980a29e548d131186ec 100644
--- a/gcc/gcc/testsuite/lib/wrapper.exp
+++ b/gcc/gcc/testsuite/lib/wrapper.exp
@@ -27,6 +27,7 @@ proc ${tool}_maybe_build_wrapper { filename args } {
if { [target_info needs_status_wrapper] != "" \
&& [target_info needs_status_wrapper] != "0" \
&& ![info exists gluefile] } {
+ set_ld_library_path_env_vars
set saved_wrap_compile_flags [target_info wrap_compile_flags]
set flags [join $args " "]
# The wrapper code may contain code that gcc objects on. This
« no previous file with comments | « gcc/gcc/testsuite/lib/target-supports-dg.exp ('k') | gcc/gcc/testsuite/obj-c++.dg/bitfield-1.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698