From 3aff66905f0ce6da0d55d95a5d414604da4f7d30 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 5 Aug 2010 20:38:39 +0000 Subject: [PATCH] Document results of PR7762. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110373 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 1692003a4c3..ebf68f840f1 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -554,6 +554,9 @@ See: Broken versions of GCC and other to However, A Modern GCC Build for x86/x86-64 has been made available from the third party AuroraUX Project that has been meticulously tested for bootstrapping LLVM & Clang. +
  • There have been reports of Solaris and/or OpenSolaris build failures due +to an incompatibility in the nm program as well. The nm from binutils does seem +to work.