aboutsummaryrefslogtreecommitdiff
path: root/changes/bug9869
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug9869')
-rw-r--r--changes/bug986910
1 files changed, 4 insertions, 6 deletions
diff --git a/changes/bug9869 b/changes/bug9869
index d67156d38..42f892881 100644
--- a/changes/bug9869
+++ b/changes/bug9869
@@ -1,7 +1,5 @@
o Minor features (build):
-
- - Assume that a user using configure --host wants to cross-
- compile and error if we cannot find a properly named tool-
- chain. Add --disable-tool-name-check to enable the user
- to build nevertheless. Addresses ticket 9869. Patch by
- Benedikt Gollatz.
+ - Assume that a user using ./configure --host wants to cross-compile,
+ and give an error if we cannot find a properly named
+ tool-chain. Add a --disable-tool-name-check option to proceed
+ nevertheless. Addresses ticket 9869. Patch by Benedikt Gollatz.