summaryrefslogtreecommitdiff
path: root/src/host
AgeCommit message (Collapse)AuthorFilesLines
6 dayshost: new configure options: --with-preferred-host-{ar|as|nm|ranlib}midipix1-9/+56
With these configure options, it is possible to name the exact tools to be chosen by slibtool when carrying out a native build task and given that the tool variant had not been otherwise specified. This could come in handy, for instance, on systems where ar(1) is installed by is not the preferred native archiving tool.
2025-04-01annual chores.midipix2-2/+2
2024-03-30slbt_init_host_params(): detect a native build environment based on ar(1).midipix1-6/+17
2024-03-29slbt_init_host_params(): set native mode based on the detected ar(1) as needed.midipix1-0/+1
2024-03-29slbt_init_host_params(): cfgmeta: mark tools derived from ranlib as such.midipix1-0/+4
2024-03-29slbt_init_host_params(): derive as from ranlib as needed.midipix1-0/+12
2024-03-29slbt_init_host_params(): derive windres and dlltool from ranlib as needed.midipix1-0/+25
2024-03-16simple process creation: midipix targets: utilize the fast and robust vfork().midipix1-1/+2
2024-03-14Once skinny, forever strong.midipix2-2/+2
2024-03-07link mode: dependency logic: limit the scope of -shrext to the current library.midipix1-3/+0
2024-02-28slbt_init_host_params(): slibtool-ar(1) command: default to native tools.midipix1-0/+5
2024-02-26driver: added the --nm switch.midipix1-1/+24
2024-02-22link mode: implemented -export-symbols-regex (for all supported flavors).midipix1-2/+2
2024-02-21host interfaces: struct slbt_flavor_settings: added .mapsuffix.midipix1-8/+8
2024-02-20host interfaces: added slbt_host_objfmt_is_{coff|macho}() and friends.midipix1-0/+31
2024-02-20host interfaces: added msys as its own flavor.midipix2-0/+15
2024-02-20code base: place the _host_flavor_ interfaces in their own translation unit.midipix2-157/+165
2024-02-19code base: moved slbt_host_params.c from src/driver/ to src/host/.midipix1-0/+707