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: Interaction between first stage build with g++ and $PATH


On Aug 15, 2012, at 10:17 PM, Gary Funck wrote:
> 1. I have "." on $PATH.

Yeah, the problem is we build up g++ instead of xg++; gcc builds up as xgcc for a reason.  Search xgcc, and g++, and modify g++ to look like xgcc.

. is never a security problem, if you never cd to a directory that you don't own.  :-)


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