commit | eced142aa884d853bc72dac449cdc1ae5fc94e47 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed May 24 21:31:21 2023 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed May 24 21:33:34 2023 +0200 |
tree | 1e0f79d373c920fcd6c3b6f44190e9e0a82e85d5 | |
parent | 4e8720ab783504ec868cf8ca05388ba0e88a7193 [diff] |
BUILD: ist: use the literal declaration for ist_lc/ist_uc under TCC TCC doesn't knoow about __attribute__((weak)), it silently ignores it. We could add a "static" modifier there in this case but we already have an alternate portable mode that is based on a slightly larger literal for obsolete linkers (and non-ELF systems) which choke on weak. Let's just add the test for tcc there and use it in this case. No backport is needed.