configure
changeset 2504 3fc114996b20
parent 2499 56b7eab1391a
child 2506 2ab553e37517
     1.1 --- a/configure	Thu Jun 02 19:49:36 2011 +0200
     1.2 +++ b/configure	Sat Jun 04 17:15:58 2011 +0200
     1.3 @@ -437,6 +437,14 @@
     1.4  has_or_abort lib="${stdcxx_libs}" \
     1.5               err="'libstdc++' shared library was not found"
     1.6  
     1.7 +# Yes, we may be checking twice for libstdc++.a
     1.8 +# The first is because we need one instance of libstdc++ (shared or static)
     1.9 +# because it is needed for PPL; the second is because the static version is
    1.10 +# required for static-linking, and if missing, the option is removed.
    1.11 +has_or_warn  lib="libstdc++.a" \
    1.12 +             err="static 'libstdc++' is needed to statically link the toolchain's executables" \
    1.13 +             kconfig=has_static_libstdcxx
    1.14 +
    1.15  #---------------------------------------------------------------------
    1.16  # Compute the version string
    1.17