mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
/devel/gcc-4.4:
- build a shared ppl, don't build a static ppl -------- diffstat follows -------- /devel/gcc-4.4/scripts/build/companion_libs/ppl.sh | 7 4 3 0 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
This commit is contained in:
parent
3b72d01b52
commit
6f04a46339
@ -31,7 +31,8 @@ do_ppl() {
|
||||
CT_DoStep INFO "Installing PPL"
|
||||
|
||||
CT_DoLog EXTRA "Configuring PPL"
|
||||
CFLAGS="${CT_CFLAGS_FOR_HOST}" \
|
||||
CFLAGS="${CT_CFLAGS_FOR_HOST} -fPIC" \
|
||||
CXXFLAGS="${CT_CFLAGS_FOR_HOST} -fPIC" \
|
||||
CT_DoExecLog ALL \
|
||||
"${CT_SRC_DIR}/ppl-${CT_PPL_VERSION}/configure" \
|
||||
--build=${CT_BUILD} \
|
||||
@ -39,8 +40,8 @@ do_ppl() {
|
||||
--prefix="${CT_PREFIX_DIR}" \
|
||||
--with-libgmp-prefix="${CT_PREFIX_DIR}" \
|
||||
--with-libgmpxx-prefix="${CT_PREFIX_DIR}" \
|
||||
--disable-shared \
|
||||
--enable-static \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
--disable-debugging \
|
||||
--disable-assertions \
|
||||
--disable-ppl_lcdd \
|
||||
|
Loading…
x
Reference in New Issue
Block a user