forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd08a049
committed
aix: xlc: Use -Wl,-b,expfull for old compiler versions
Unfortunately xlc 12.1 and earlier don't support -qvisibility. Thereforebe7c15b doesn't suffice to make extension libraries work without theexplicit mkldexport step removed infe6a64a. While 12.1 is EOL, there issome desire to leave buildfarm animals using it run a bit longer. But insteadof adding back the complicated mkldexport step, we can use -Wl,-b,expfull toforce all symbols to be exported.Reviewed-By: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://postgr.es/m/2490844.1663123546@sss.pgh.pa.us1 parenteacbe94 commitd08a049
2 files changed
+10
-0
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7101 | 7101 |
| |
7102 | 7102 |
| |
7103 | 7103 |
| |
| 7104 | + | |
| 7105 | + | |
| 7106 | + | |
| 7107 | + | |
| 7108 | + | |
7104 | 7109 |
| |
7105 | 7110 |
| |
7106 | 7111 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
592 | 592 |
| |
593 | 593 |
| |
594 | 594 |
| |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
595 | 600 |
| |
596 | 601 |
| |
597 | 602 |
| |
|
0 commit comments
Comments
(0)