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] v3: Check for libstdc++, clean up STATIC_TOOLCHAIN dependency and settings


One more revision to my patch set.

Patch 1 checks for libstdc++.{so,dylib} as companion libs need it.

Patch 2 cleans up dependency issues with STATIC_TOOLCHAIN support.

Patch 3 cleans up the way we set host_libstdcxx_flags, core_LDFLAGS and
final_LDFLAGS.

Patch 4 checks for libstdc++.a and makes CC_STATIC_LIBSTDCXX depend on
CONFIGURE_has_static_libstdcpp.

Sorry for the noise, and v2 patch set... it was premature.


 configure               |   7 ++++
 config/cc/gcc.in.2      |   3 --
 config/toolchain.in     |   2 +-
 scripts/build/cc/gcc.sh |  70 ++++++++++++++++++------------------------------
 config/cc/gcc.in.2      |   2 +-
 configure               |   4 ++
 6 files changed, 40 insertions(+), 48 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]