Another patch that concernes sparc: + 0006-config-Remove-automatic-disable-of-shared-library-fo.patch disables the automatic disable of shared library for sparc-v7. I dont see a dependency between shared library and v7. The difference between v7 and v8 is that in v8 you have the added math asm-insns: smul/umul/udiv/sdiv/urem. It shouldnt affect shared libraries creation.
-- Greetings Konrad
>From c989a6f8f4bf3b0619328d4cae583daf3439b146 Mon Sep 17 00:00:00 2001 From: Konrad Eisele <[email protected]> Date: Thu, 18 Nov 2010 14:12:28 +0100 Subject: [PATCH 6/6] config: Remove automatic disable of shared library for sparc-v7 Shared libraries where diabled for sparc-v7. Enabe by default. Signed-off-by: Konrad Eisele <[email protected]> --- toolchain/uClibc/uClibc-0.9.31-v7-shared.patch | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) create mode 100644 toolchain/uClibc/uClibc-0.9.31-v7-shared.patch diff --git a/toolchain/uClibc/uClibc-0.9.31-v7-shared.patch b/toolchain/uClibc/uClibc-0.9.31-v7-shared.patch new file mode 100644 index 0000000..8cb27b1 --- /dev/null +++ b/toolchain/uClibc/uClibc-0.9.31-v7-shared.patch @@ -0,0 +1,11 @@ +diff -Naurb uClibc-0.9.31-ori/extra/Configs/Config.sparc uClibc-0.9.31/extra/Configs/Config.sparc +--- uClibc-0.9.31-ori/extra/Configs/Config.sparc 2010-11-18 14:09:24.000000000 +0100 ++++ uClibc-0.9.31/extra/Configs/Config.sparc 2010-11-18 14:10:02.000000000 +0100 +@@ -23,7 +23,6 @@ + SPARC v7 will give you only static support. + + config CONFIG_SPARC_V7 +- select ARCH_HAS_NO_SHARED + bool "SPARC v7" + + config CONFIG_SPARC_V8 -- 1.6.3.2
_______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
