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: [3.2] Can ada/6160 be cured from 3.3 or trunk?


Hi,

On Tue, 28 Jan 2003, Richard Kenner wrote:

>     It would be helpful if you (GNAT folks) could investigate this issue.
>     Fundamentally, it boils down to the following: In the command invocation
>
>        gnatbind -I. [args]
>
>     gnatbind gets resolved to whatever is found in $PATH
>
> It is *supposed* to get resolved to $PATH when it is invoked in that way.

Sure?  A "diff -u" on `gcc/ada/Make-lang.in' from the 3.2 and 3.3 branches
yields

[...]
-GNATBIND = gnatbind
[...]
+GNATBIND = $(STAGE_PREFIX)gnatbind -C
[...]

But I have not tried whether this alone would help.

Regards,

Christian Cornelssen


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