Re: re-build problem with ln -s

2014-12-03 Thread Jeff Law
On 12/03/14 11:48, David Malcolm wrote: On Mon, 2014-12-01 at 19:31 -0500, Ulrich Drepper wrote: I think the jit patches introduced a problem when you rebuild within a directory that contains an old build (i.e., no brand new build directory). The gcc/Makefile creates a symlink for xgcc with th

Re: re-build problem with ln -s

2014-12-03 Thread David Malcolm
On Mon, 2014-12-01 at 19:31 -0500, Ulrich Drepper wrote: > I think the jit patches introduced a problem when you rebuild within a > directory that contains an old build (i.e., no brand new build > directory). The gcc/Makefile creates a symlink for xgcc with the full > driver name without first re

re-build problem with ln -s

2014-12-01 Thread Ulrich Drepper
I think the jit patches introduced a problem when you rebuild within a directory that contains an old build (i.e., no brand new build directory). The gcc/Makefile creates a symlink for xgcc with the full driver name without first removing the symlink. The right procedure (gathered from other Mak