diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-04-07 19:17:12 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-04-07 19:17:12 +0200 |
commit | a5785964b7b4813ebd538b8f21ed97d7025230d8 (patch) | |
tree | 0eb29a4007e35347ec1641eac01e542f465aa082 /docs | |
parent | c52ca838fb5a79c60eb1b5d0bab5a47f2436c2f7 (diff) | |
download | crosstool-ng-a5785964b7b4813ebd538b8f21ed97d7025230d8.tar.gz crosstool-ng-a5785964b7b4813ebd538b8f21ed97d7025230d8.tar.bz2 crosstool-ng-a5785964b7b4813ebd538b8f21ed97d7025230d8.zip |
docs: use the error message in the known issues titles
This helps users find the appropriate known issue entry.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/B - Known issues.txt | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/docs/B - Known issues.txt b/docs/B - Known issues.txt index 5b8824b1..0bbe7a51 100644 --- a/docs/B - Known issues.txt +++ b/docs/B - Known issues.txt @@ -19,7 +19,8 @@ The following dummy section explains it all. -------------------------------- Symptoms: - A one-liner of what you would observe. + A one- or two-liner of what you would observe. + Usually, the error message you would see in the build logs. Explanations: An as much as possible in-depth explanations of the context, why it @@ -107,8 +108,7 @@ Workaround: -------------------------------- Symptoms: - While building the final gcc, I get an error message that ends with: - libtool.m4: error: problem compiling FC test program + libtool.m4: error: problem compiling FC test program Explanations: The gcc build procedure tries to run a Fortran test to see if it has a @@ -129,7 +129,7 @@ Workaround: -------------------------------- Symptoms: - gcc barfs because it is "unable to detect the exception model". + unable to detect the exception model Explanations: On some architectures, proper stack unwinding (C++) requires that @@ -147,9 +147,7 @@ Workaround: -------------------------------- Symptoms: - Installing the C library headers and start files fails because of - missing unwind support, with a message like: - configure: error: forced unwind support is required + configure: error: forced unwind support is required Explanations: The issue seems to be related to building NPTL on old versions |