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] | |
Hi!
First I must pay my respects. Thank you so much for crosstool (Dan) and
thanks for crosstool-ng (Yann) -- totally awsome tool!
Now, the question. Is it just me or does anyone else find a cross-ldd
tool to be useful for the host?
A mini-doc-patch for sstrip.in is attached. It simply adds a bit to the
explanation of the differences between the elfkickers and buildroot
versions. I.e., the latter supports big-endian systems.
Regards
/Jocke
Index: config/tools/sstrip.in
===================================================================
--- config/tools/sstrip.in (revision 1028)
+++ config/tools/sstrip.in (working copy)
@@ -18,15 +18,16 @@
bool
prompt "ELFkickers"
help
- Use the original, ageing version of sstrip from ELFkickers.
- It seems to be fully functional, but not maintained.
+ The original, ageing version, of sstrip from ELFkickers.
+ Fully functional, but not maintained anymore.
config SSTRIP_BUILDROOT
bool
prompt "buildroot"
help
- Use the version from buildroot. It comes from the original
- ELFkickers, but is somewhat maintained by the buildroot guys.
+ Buildroot version, forked off the original from ELFkickers. This one
+ is somewhat maintained by the buildroot guys.
+ Supports big-endian systems.
endchoice
--
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] |