Pedro,
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
Wouldn't be possible to do what I suggest in a previous email and use the
same logic as mingw ?
> config.gcc:
>
> ...
> + if test x$sjlj = x0; then
> + tmake_eh_file="i386/t-dw2-eh"
> + else
> + tmake_eh_file="i386/t-sjlj-eh"
> + fi
> + tmake_file="${tmake_file} ${tmake_eh_file} arm/t-arm arm/t-wince-pe
> arm/t-cygming arm/t-mingw32"
> ...
>
in mingw32.g/wince-pe.h/wince-cegcc.h, you should replace LIBGCC_SPEC by
REAL_LIBGCC_SPEC
because it seems to be the new prefered define.
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Cegcc-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cegcc-devel