Hi Dave,
it seems that mails sent directly "TO: [EMAIL PROTECTED]" get lost while
"CC: [EMAIL PROTECTED]" works fine.
Wolfgang.
--- Begin Message ---
Hello,
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.
--- End Message ---