Commit f1dedcd
committed
make sure all the compat symbols appear in the shared library.
_GLIBCXX_SHARED is only set for the shared library version so that
in includes compat symbols that are not part of the static library.
noticed when arm64 rust build with gcc14 failed due to a very
strange "can't find symbol" problem (the symbol was present, but
the one with a version attached was not, and that was wanted.)1 parent 153f263 commit f1dedcd
1 file changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
69 | 68 | | |
70 | 69 | | |
71 | 70 | | |
| |||
0 commit comments