diff options
author | Jérôme Pouiller <jezz@sysmic.org> | 2013-10-10 11:40:42 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-01-11 17:19:17 +0100 |
commit | 7d6c79ed887e67ccb87f993150c1ca65dec390cc (patch) | |
tree | b53fec8e126f936cfd8e33a105ce469dbe155c11 /package/python-posix-ipc | |
parent | 3ed7b4921e8f349e6b12d6e8f74c971f2d001f85 (diff) | |
download | buildroot-7d6c79ed887e67ccb87f993150c1ca65dec390cc.tar.gz buildroot-7d6c79ed887e67ccb87f993150c1ca65dec390cc.zip |
Compile static versions of gcc libraries
Since default configure options for host packages include
--disable-static, gcc was not configured to build static version of its
libraries (libgcc.a, libstdc++.a, ...).
This patch replace --disable-static by --enable-static in configure
command. Notice some options was removed sinces they was ignored by gcc
configure script.
Once it was compiled, this commit takes care to copy static libraries to
$STAGING
Signed-off-by: Jérôme Pouiller <jezz@sysmic.org>
Tested-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-posix-ipc')
0 files changed, 0 insertions, 0 deletions