summaryrefslogtreecommitdiff
path: root/ure
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-12-11 13:38:52 +0100
committerMichael Stahl <mstahl@redhat.com>2013-12-11 13:38:52 +0100
commitae5013c566e85c49b934d624cacf95049f02d85f (patch)
tree402ea396b04e3eed7343eb0326fdf61cd4c1a216 /ure
parent741b09c473b463918fac53a9b53debef4d4ee942 (diff)
ure: remove documentation of no longer bundled GCC libraries
Change-Id: I28ca12157fcc918ccb8a87d1d1801908d300eca7
Diffstat (limited to 'ure')
-rw-r--r--ure/source/README13
1 files changed, 0 insertions, 13 deletions
diff --git a/ure/source/README b/ure/source/README
index 3260915367ea..16fce15821a4 100644
--- a/ure/source/README
+++ b/ure/source/README
@@ -40,8 +40,6 @@ ELF platforms (Linux, Solaris, *BSD):
/opt/openoffice.org/ure/share/misc/types.rdb
/opt/openoffice.org/ure/share/misc/services.rdb
/opt/openoffice.org/ure/lib/libxml2.so.2 [external]
-/opt/openoffice.org/ure/lib/libgcc_s.so.1 [external; Linux x86 only]
-/opt/openoffice.org/ure/lib/libstdc++.so.6 [external; Linux x86 only]
/opt/openoffice.org/ure/bin/startup.sh [private]
/opt/openoffice.org/ure/bin/uno.bin [private]
/opt/openoffice.org/ure/lib/unorc [private]
@@ -299,17 +297,6 @@ HTML documentation to find out how to set the OO_SDK_JAVA_HOME environment
variable.
-GNU Compiler Collection on Linux x86
-------------------------------------
-
-On Linux x86, the URE uses libgcc_s.so.1 to run binary UNO components that were
-compiled with the GNU Compiler Collection (GCC). The libgcc_s.so.1 corresponds
-to GCC 3.4.1 as built on a glibc 2.2.4 system. To avoid GCC compatibility
-issues, use the same GCC version (or later) when you compile the UNO binaries.
-Otherwise, use LD_PRELOAD to replace the libgcc_s.so.1 in URE with a matching
-version.
-
-
C++ and Java UNO Components
---------------------------