"Iyer, Balaji V" <balaji.v.i...@intel.com> writes:

> diff --git a/gcc/testsuite/g++.dg/cilk-plus/cilk-plus.exp 
> b/gcc/testsuite/g++.dg/cilk-plus/cilk-plus.exp
> index 707d17e..36c8111 100644
> --- a/gcc/testsuite/g++.dg/cilk-plus/cilk-plus.exp
> +++ b/gcc/testsuite/g++.dg/cilk-plus/cilk-plus.exp
> @@ -22,6 +22,14 @@ if { ![check_effective_target_cilkplus] } {
>      return;
>  }
>  
> +verbose "$tool $libdir" 1
> +set library_var "[get_multilibs]"
> +# Pointing the ld_library_path to the Cilk Runtime library binaries.
> +set ld_library_path "$[get_multilibs]/libcilkrts/.libs"
> +
> +set ALWAYS_CFLAGS ""
> +lappend ALWAYS_CFLAGS "-L${library_var}/libcilkrts/.libs"

This is broken and useless.  Remove that.

Andreas.

-- 
Andreas Schwab, SUSE Labs, sch...@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."

Reply via email to