On Mon, 2007-12-17 at 03:01 +0000, Pedro Alves wrote:
> Danny Backx wrote:
> > On Fri, 2007-12-14 at 00:02 +0100, Danny Backx wrote:
> >> On Thu, 2007-12-13 at 22:34 +0000, Pedro Alves wrote:
> >>> It's independant.  The work to do this is really pretty much
> >>> mechanic, and can be done in one go, no need to do it stepwise.
> >>> Its just a matter of going throught the various config* files
> >>> and replacing -wince- with -*-.  Like this for example:
> >>> http://sourceware.org/ml/binutils/2007-12/msg00051.html
> >> I'm working on it.
> > 
> > This appears to be more messy than expected.
> > 
> 
> I guess you're stumbling on things like arm_wince_pe_little_vec,
> and "pe-arm-wince" ?  These should stay.
> 
> 
> > Is the idea that all of the places where arm-wince is present get
> > changed into arm-unknown ? I've run into trouble inside binutils
> > already. Changing just the configuration stuff is not enough, unless I
> > did something wrong.
> > 
> 
> I've checked in the attached.  It is enough for binutils.
> 
> Tested by building with --target=arm-mingw32ce.

I've tested this with
--- build-cegcc.sh      (revision 1061)
+++ build-cegcc.sh      (working copy)
@@ -20,7 +20,8 @@
   shift 4
 fi
 
-export TARGET="arm-wince-cegcc"
+# export TARGET="arm-wince-cegcc"
+export TARGET="arm-unknown-cegcc"
 export PATH=${PREFIX}/bin:${PATH}
 #export CFLAGS="-g3 -O0"
 

and the result, both with our binutils and with binutils-2.18 is :
dannypc: {772} arm-unknown-cegcc-windres
arm-unknown-cegcc-windres: Can't detect architecture.
dannypc: {773} 

Do you have that too ?

        Danny

Attachment: signature.asc
Description: This is a digitally signed message part

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to