This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [testsuite] clean up GCC_EXEC_PREFIX use for PR38526


> If GCC_EXEC_PREFIX was set when we started running the tests, then
> we want to use that again for the host compiler.  If the testsuite
> set GCC_EXEC_PREFIX then we want to unset it.  The check for
> TEST_GCC_EXEC_PREFIX would be redundant because it will have been
> used to set GCC_EXEC_PREFIX.
> 
> David, does it work to replace the unsetenv with this?
> 
>   setenv GCC_EXEC_PREFIX ""

Yes, it works.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]