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]

Various patches


Yann (and anyone else interested),

The attached patch fixes two things and adds a third:

First, ltrace wouldn't build on PowerPC because in the
sysdeps/linux-gnu directory in the ltrace source tree
the powerpc directory is called ppc.  I added some code
in 400-ltrace.sh to create a symlink for it so it will
build now.

Second, selecting "Remove documentation" would cause the
build script to crash at the nearly last possible moment.
I rewrote the CT_DoForceRmdir function to just log a
message if the directory to be deleted doesn't exist
instead of throwing an error.

Third, to test the second change, I added a step after
"debug" called "finish", and moved the code in crosstool.sh
after the loop that processes the steps from crosstool.sh
into a do_finish function in functions.  Thus, it is now
possible to restart after the "debug" step to re-do the
final few things (clean and compress).

Andy

Attachment: ct-ng-1306-asj.patch
Description: ct-ng-1306-asj.patch

--
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]