summaryrefslogtreecommitdiff
path: root/src/host/slbt_host_params.c
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.midipix1-1/+1
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.midipix1-1/+1
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-20host interfaces: added msys as its own flavor.midipix1-0/+5
2024-02-20code base: place the _host_flavor_ interfaces in their own translation unit.midipix1-157/+0
2024-02-19code base: moved slbt_host_params.c from src/driver/ to src/host/.midipix1-0/+707