mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
adbdeafad9
On some platforms, the linker is perfectly happy to produce binaries that won't run if you give it the wrong set of flags. So when not cross-compiling, try to link-and-run a little test program, rather than just linking it. Possible fix for 6173.
6 lines
236 B
Plaintext
6 lines
236 B
Plaintext
o Major bugfixes:
|
|
- Make our linker option detection code more robust against linkers
|
|
where a bad combination of options completes successfully but
|
|
makes an unrunnable binary. Fixes bug 6173; bugfix on 0.2.3.17-beta.
|
|
|