Hello,

I'm resending the following mail because it didn't make it to the list
(now as CC to [EMAIL PROTECTED]).

While playing with the showromm example "fp" on my PowerPC targets I
realized that there is currently no way to get the proper cross "ld"
command like for "cc":

  $ rtai-config --cc
  ppc_82xx-gcc

It might be useful/simpler to provide:

  $ rtai-config --tool-prefix
  ppc_82xx-

instead of --ld, --ranlib, --ar, etc.

As work-around I use "LD = $(subst gcc,ld,$(CC))". Furthermore DESTDIR
should be used when pointing to target files but that's easy to fix.

Any ideas.

Thanks.

Wolfgang.


Reply via email to