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]

[PATCH 0 of 4 v2] No static link on Darwin


Hello All!

This patch series tries to fix the various static linking issues
seen on Darwin /MacOS-X.

First patch is mostly cosmetics, but the result is used by the second
patch.

Second patch disables all static linking options in the menuconfig
if the host can't link statically. Applies to hosts where a trivial
static-link test fails. Unconditionnaly applies to Darwin.

Third patch paves the way for fourth patch.

Fourth patch removes the check for static libs if host can't
link statically (as determined in patch 2).

 configure                 |  19 +++++++++++
 config/cc/gcc.in.2        |   1 +
 config/debug/gdb.in.cross |   1 +
 config/toolchain.in       |   1 +
 configure                 |  24 +++++++++++++++
 configure                 |  75 ++++++++++++++++++++++++----------------------
 configure                 |  43 +++++++++++++++++++-------
 7 files changed, 116 insertions(+), 48 deletions(-)

Regards,
Yann E. MORIN.

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