Re: Adding arm-apple-darwin target

2011-06-07 Thread Ian Lance Taylor
Erik Olofsson writes: > I have come to rely on C++0x support in GCC 4.6 and later. Until clang has > feature parity with GCC 4.6, GCC seems to be my only choice for a darwin > compiler. > > As I need to support iPhone it would seem arm-apple-darwin would be the > correct target. > > Would ther

Adding arm-apple-darwin target

2011-06-07 Thread Erik Olofsson
Hello, I have come to rely on C++0x support in GCC 4.6 and later. Until clang has feature parity with GCC 4.6, GCC seems to be my only choice for a darwin compiler. As I need to support iPhone it would seem arm-apple-darwin would be the correct target. Would there be any interest in a patch p