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


On Tue, 2009-03-31 at 16:40 -0700, H.J. Lu wrote:
> Why do we have to set GCC_EXEC_PREFIX for HOSTCC? I have

When switching to HOSTCC to build the generator it's supposed to
switch GCC_EXEC_PREFIX to its original value, if there was one, or
else unset it.  Unsetting it is a problem on Darwin, so I thought
that perhaps if if that doesn't work then we could set it to "".
I'll take a closer look.

Janis


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