[Cegcc-devel] Any plans to make `src/' more non-Linux friendly?

2007-12-28 Thread Lev Serebryakov
Hello, cegcc-devel. build-mingw32ce.sh and ../build-cegcc.sh are [almost] Ok -- they understand `--prefix', they is pure-/bin/sh scripts, etc. One thing can be better: look at ${MAKE} for make :) But build-mingw32ce-dlls.sh is ugly and not non-Linux friendly: it thinks, that here is /bin/bash

[Cegcc-devel] Proper target name?

2007-12-28 Thread Lev Serebryakov
Hello, cegcc-devel. Which target name is `only one true' now? Scripts are defaulted to `arm-mingw32ce', but `configure' scripts of other projects (my goal is ScummVM, so I need FLAC, Tremor and mpeg2dec) doesn't understand this one, so I need to set CC/LD/CXX manually to _this_ target name, an

Re: [Cegcc-devel] Proper target name?

2007-12-28 Thread Danny Backx
On Fri, 2007-12-28 at 20:47 +0300, Lev Serebryakov wrote: > Which target name is `only one true' now? > Scripts are defaulted to `arm-mingw32ce', but `configure' scripts of > other projects (my goal is ScummVM, so I need FLAC, Tremor and > mpeg2dec) doesn't understand this one, so I need to set

Re: [Cegcc-devel] Any plans to make `src/' more non-Linux friendly?

2007-12-28 Thread Danny Backx
On Fri, 2007-12-28 at 20:44 +0300, Lev Serebryakov wrote: > Hello, cegcc-devel. > > build-mingw32ce.sh and ../build-cegcc.sh are [almost] Ok -- they understand > `--prefix', they is pure-/bin/sh > scripts, etc. One thing can be better: look at ${MAKE} for make :) > But build-mingw32ce-dlls.sh

Re: [Cegcc-devel] Any plans to make `src/' more non-Linux friendly?

2007-12-28 Thread Pedro Alves
Danny Backx wrote: > A cleanup + portability patch would seem welcome. But Pedro mentioned > new stuff coming from Danny Smith a couple of days ago. > > Pedro, do these two conflict with each other ? I have no idea what he has. I've been saying I want to look into it, but I still haven't (chan

Re: [Cegcc-devel] Proper target name?

2007-12-28 Thread Pedro Alves
Lev Serebryakov wrote: > Hello, cegcc-devel. > > Which target name is `only one true' now? > Scripts are defaulted to `arm-mingw32ce', but `configure' scripts of > other projects (my goal is ScummVM, so I need FLAC, Tremor and > mpeg2dec) doesn't understand this one, so I need to set CC/LD/CXX