bug#11034: Binutils, GDB, GCC and Automake's 'cygnus' option

2012-04-03 Thread Ian Lance Taylor
Stefano Lattarini writes: > But since I'm not yet ready to publish this new feature, I intend to make > it available only though the new, undocumented option named (literally) > "hack!info-in-builddir". I hope this is acceptable to you. Sure, works for me. Thanks. Ian

bug#7833: automake uses two different values for DejaGNU srcdir

2011-01-13 Thread Ian Lance Taylor
Stefano Lattarini writes: > Relative (as I expected): > > $ cat dejagnu-srcdir-is-absolute.dir/site.exp > ## these variables are automatically generated by make ## > # Do not edit here. If you wish to override these values > # edit the last section > set srcdir . > set objdir /home/

bug#7833: automake uses two different values for DejaGNU srcdir

2011-01-13 Thread Ian Lance Taylor
Ralf Wildenhues writes: > Am I correct in assuming that it is hopeless to assume GCC will work > when either values are relative? Actually, as far as I know, GCC is likely to work with a relative srcdir. The problem arises with DejaGNU .exp files which themselves change directories. As far as