On 01 Apr 2015 15:01, Richard Earnshaw wrote: > On 01/04/15 06:08, Mike Frysinger wrote: > > With zlib being mandatory, and the updated m4 configs, we need to regen > > and use the new settings w/bfd to avoid linkage errors. > > > > Committed. > > This seems to cause: > > make[3]: *** No rule to make target `-L../zlib', needed by `run'. Stop. > make[3]: Leaving directory `/work/rearnsha/scratch/gnu/gcc/trunk/sim/arm' > make[2]: *** [all] Error 1 > > > The problem seems to be that ZLIB is used in BFD_LIB, which is used in > LIBDEPS which is a dependency for "run". i think H.J.Lu checked in a patch to fix this -mike