mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
We use a pretty specific pair of autoconf tests here to make sure that we only add this code when: a) a 64-bit signed multiply fails to link, AND b) the same 64-bit signed multiply DOES link correctly when __mulodi4 is defined. Closes ticket 19079.
4 lines
248 B
Text
4 lines
248 B
Text
o Minor features (build):
|
|
- Detect and work around a libclang_rt problem that prevents clang from
|
|
finding __mulodi4() on some 32-bit platforms. This clang bug would keep
|
|
-ftrapv from linking on those systems. Closes ticket 19079.
|