Re: [Cegcc-devel] Installation error in profile/profile

2006-12-31 Thread Danny Backx
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 +, Pedro Alves wrote: > Danny Backx escreveu: > > Pedro, > > > > Something I've apparently tested incompl

[Cegcc-devel] Proposed implementation of getenv and friends

2006-12-31 Thread Danny Backx
Pedro, Attached is a proposed implementation for getenv, setenv, unsetenv. I would put this in src/mingw/mingwex/getenv.c . A test program is in the other attachment. I would propose using this to get libgcov to work on mingw32ce. Comments, or can I commit and change libgcov to use this ?