Re: PATCH: PR target/60590: Can't recreate the same executable in testsuite

2014-03-19 Thread Mike Stump
On Mar 19, 2014, at 8:41 AM, H.J. Lu wrote: > GNU linker sets DT_RPATH from the environment variable LD_RUN_PATH. > set_ld_library_path_env_vars sets a few environment variables including > LD_RUN_PATH. This patch logs all environment variables set by > set_ld_library_path_env_vars so that one ca

PATCH: PR target/60590: Can't recreate the same executable in testsuite

2014-03-19 Thread H.J. Lu
GNU linker sets DT_RPATH from the environment variable LD_RUN_PATH. set_ld_library_path_env_vars sets a few environment variables including LD_RUN_PATH. This patch logs all environment variables set by set_ld_library_path_env_vars so that one can recreate the same executable as "make check" run.