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: [PATCH] new-bootstrap with preinstalling


This line won't work:

> +	rm -f gcc ; ln -sf stage3-gcc gcc ; \

Also, DJGPP *has* "ln -s".  It works for executables, too.  It just
doesn't work for directories.

Note that we're working on simulating this too, though, it may be
stable enough to rely on in the future.


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