Skip to content

bootstrap/elements/gcc.bst: Enable static libraries

Jürg Billeter requested to merge juerg/libstdc++ into 18.08

This removes the project default --disable-static for GCC to enable the build of static GCC runtime libraries such as libstdc++, allowing users to build static C++ applications.

libc.a is already available and freedesktop-sdk 1.6 also had libstdc++.a.

Merge request reports