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 3] v2: Check for libstdc++ and fix STATIC_TOOLCHAIN dependencies


This change set is a revision to the one previously emailed to crossgcc
for crosstool-ng.

Patch 1 implements a 'has_or_abort' check for libstdc++.{so,dylib}, as
the companion libs depend on it.

Patch 2 fixes a dependency issue with STATIC_TOOLCHAIN support

Patch 3 Adds a check for libstdc++.a that CC_STATIC_LIBSTDCXX depends on.

 configure           |  7 +++++++
 config/cc/gcc.in.2  |  3 ---
 config/toolchain.in |  2 +-
 config/cc/gcc.in.2  |  2 +-
 configure           |  4 ++++
 5 files changed, 13 insertions(+), 5 deletions(-)

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