This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.
See the CrossGCC FAQ for lots more information.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
> 3456789012345678901234567890123456789012345678901234567890123456789012 hehe, hate it when I leave that up there ::blushes::. > Okay, so now I see that mips-*-linux-gnu is not the same as the > big-endian counterpart mips32r2. So, in crosstool-NG.sh, I attempt to > brute force the issue by setting mips32r2-unknown-linux-gnu as the > tuple. > > For some reason, however, when I do this, I get something (I think it is > gcc giving me the TARGET=mips642r2-unknown-linux-gnu. > > > What's up with that? Okay, so what's up with that is this: The triplet that eglibc needs is: mipsisa32r2-*-linux-gnu as apposed to uClibC's requirement of: mips32r2-*-linux-gnu So, sounds like a Config.in issue to me. Perhaps I can generate a bit of a patch file for the MIPS in crosstool-NG. Andh -- For unsubscribe information see http://sourceware.org/lists.html#faq
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |