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: [toplevel] Toplevel bootstrap 3/4, remove directory symlinking



On Wed, 21 Dec 2005, Paolo Bonzini wrote:


This patch removes the directory symlinking which introduces comparison failures on *BSD operating systems. The targets `make unstage' and `make stage' were not present when the directory symlinking was introduced, and they provide a convenient way to bring directories in a consistent state.

2005-12-21 Paolo Bonzini <bonzini@gnu.org>

        * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
        to use symbolic links between directories.  Avoid race conditions
        or make them harmless.
        * Makefile.in: Regenerate.
        * configure.in: Do not try to use symbolic links between directories.
        * configure: Regenerate.


What is the status of this patch?  NetBSD has not been able
to bootstrap for about two weeks now because of the comparison
failure, and this patch brings it back to bootstrap-land.
(Tested on i386-unknown-netbsdelf2.1)

/Krister


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