Commit ace8aab
authored
Fix build on recent FreeBSD/powerpc64le (#5255)
FreeBSD on powerpc64le has recently switched to IEEE 128b long double.
Use proper mangling for that. Since we don't support IBM long double -
we switched from 64-bit long double - don't use glibc's double ABI
mechanism.1 parent 9d85b9e commit ace8aab
2 files changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
| 318 | + | |
| 319 | + | |
319 | 320 | | |
320 | 321 | | |
321 | 322 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
658 | 658 | | |
659 | 659 | | |
660 | 660 | | |
661 | | - | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
662 | 667 | | |
663 | 668 | | |
0 commit comments