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]

Re: Modified the patch posted for GCC PR12010


Khem Raj wrote:
I applied the patch you posted for PR12010. It did not work for me for two reasons.

1. My builddir is in parallel to libstdc++ dir in the source tree. I have to change the order of searching. It will search for a libstdc++ in builddir before srcdir otherwise it was hitting srcdir/libstdc++ and failing if the objdir is created inside the GCC source tree.
2. I use tranform name as a result my target_triplet is different from target_alias and target libraries like libstdc++ are created under folder named after target_alias and not target_triplet.


...
I have removed target_triplet definition in libstdc++.exp and forgot a newline after last if statement in same file
here is revised patch. It worked ok on arm-sim and arm-elf cross gcc testing.

Thanks! I can't really judge it too well; I haven't run the testsuite in a while. The best thing you can do is attach your new patch to http://gcc.gnu.org/PR12010 and give the same explanation there as you did here. - Dan

--
Trying to get a job as a c++ developer?  See http://kegel.com/academy/getting-hired.html

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]