aboutsummaryrefslogtreecommitdiff
path: root/development/openjdk7/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/openjdk7/README')
-rw-r--r--development/openjdk7/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/development/openjdk7/README b/development/openjdk7/README
index b32c246c92..c2ed4940d3 100644
--- a/development/openjdk7/README
+++ b/development/openjdk7/README
@@ -22,3 +22,10 @@ TMP=/your/temporary/dir ./openjdk7.SlackBuild
The 'cacerts' binary is a keystore containing CA certificates which
are used by Java applications. It is taken from the CentOS package
'ca-certificates-2015.2.4-65.0.1.el6_6.noarch.rpm'.
+
+NOTE: 32-bit builds are broken ATM but we are still working on it.
+If you would like to help, the problem is when linking the launcher
+the build system insists on trying to link with /usr/lib/libstd++.so.6
+(which belongs to gcc11), instead of the one in
+/usr/lib/gcc/i586-slackware-linux/5.5.0, erroring out with message
+"undefined reference to `__divmoddi4@GCC_7.0.0".