This is the mail archive of the gcc@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: weirdness with ada/Make-lang.in on 3.4 branch


Joel Sherrill wrote:
I have
noticed that when I install the cross gnat tools
(XXX-rtems-gnatmake, etc), the native version of the
same tool is deleted from ${prefix}/bin.

Use "make -d" instead of just "make". Pipe the output to a file, and then browse through it to see what went wrong.


The install rules come from ada/Make-lang.in, in the ada.install-common rule. Just from a casual glance, it appears to be OK.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



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