I was not passing enough parameters in the build scripts. Therefore, target_alias was empty. Fixed with my recent commit. Thanks for explaining.
Danny
On Sat, 2006-12-30 at 18:52 +0000, Pedro Alves wrote:
> Danny Backx escreveu:
> > Pedro,
> >
> > Something I've apparently tested incompletely. The new profile/profile
> > stuff (gcrt3.o and libgmon.a) get installed in /opt/cegcc/lib, not
> > in /opt/cegcc/arm-wince-cegcc/lib where the compiler expects them.
> >
> > The src/profile/Makefile.in contains code to deal with this but I'm
> > reluctant to touch this without asking you for the right approach.
> >
> > Hence this message. Do you know what to change, or where to keep my
> > fingers off ?
> >
>
> In mingw/Makefile.in, I made a similar fix:
>
> ifneq (,$(findstring wince,$(target_alias)))
> inst_bindir:=$(tooldir)/bin
> inst_includedir:=$(tooldir)/include
> inst_libdir:=$(tooldir)/lib
> inst_docdir:=$(prefix)/share/doc/mingw-runtime
> else
>
> Should work here too, and when/if we have a top level profile/configure,
> I think we would move this there.
>
> Cheers,
> Pedro Alves
--
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Cegcc-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cegcc-devel
