tor/changes/bug9869
Nick Mathewson b7a17de454 Better detection for certain broken cross-compiling situations.
Fixes bug 9869; patch from Benedikt Gollatz.
2013-10-21 13:30:38 -04:00

8 lines
305 B
Plaintext

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.