Re: [Cegcc-devel] cegcc 4.4 failure :-(

2009-02-17 Thread Vincent R.
On Tue, 17 Feb 2009 13:11:47 +0100, "Vincent R." wrote: > On Tue, 17 Feb 2009 01:22:37 +, Pedro Alves > wrote: >> On Monday 16 February 2009 22:55:27, Vincent R. wrote: >>> I have also noticed that you have hardcoded exception mode in t-wince-pe >>> : >>> >>> ... >>> # This should go somewhe

Re: [Cegcc-devel] cegcc 4.4 failure :-(

2009-02-17 Thread Vincent R.
On Tue, 17 Feb 2009 13:15:29 +0100 (CET), Vincent Torri wrote: > On Tue, 17 Feb 2009, Vincent R. wrote: > >> When testing cegcc-4.4 when compiling a lib from EFL >> libtool: link: arm-mingw32ce-gcc -O3 -pipe -Wl,--enable-auto-import >> -Wl,-s >> -o .libs/evil_suite.exe evil_suite.o evil_test_dlfc

Re: [Cegcc-devel] cegcc 4.4 failure :-(

2009-02-17 Thread Vincent Torri
On Tue, 17 Feb 2009, Vincent R. wrote: > When testing cegcc-4.4 when compiling a lib from EFL > libtool: link: arm-mingw32ce-gcc -O3 -pipe -Wl,--enable-auto-import -Wl,-s > -o .libs/evil_suite.exe evil_suite.o evil_test_dlfcn.o > evil_test_environment.o evil_test_gettimeofday.o evil_test_link.o

Re: [Cegcc-devel] cegcc 4.4 failure :-(

2009-02-17 Thread Vincent R.
On Tue, 17 Feb 2009 01:22:37 +, Pedro Alves wrote: > On Monday 16 February 2009 22:55:27, Vincent R. wrote: >> I have also noticed that you have hardcoded exception mode in t-wince-pe >> : >> >> ... >> # This should go somewhere else. >> # We are using SjLj EH. >> EH_MODEL = sjlj >> >> >> W