2013/8/22 Hendrik Greving <hendrik.greving.intel@xxxxxxxxx>: > I have ported an old backend using an old compiler that was a little > bit different. There were no config.host files for instance. I was a > little bit confused about the configuration in an integrated branch > including ported binutils etc., am I correct assuming that when > building a 'cross', that I do need to define a new 'host' for > libgcc/config.host (because libgcc's host will be my backend), but > *not* for gcc/config.host (because I am building on x86)? > You need to define a new 'host' in libgcc/config.host and a new backend, which is the host of for libgcc, in gcc/config.gcc. Best regards, jasonwucj