[PATCH] build: Remove enabled-by special case

2023-09-18 Thread Sebastian Huber
Doing the enabled-by processing just for the ldflags and just for the link custom commands is confusing. Use an option instead which is intended to be used for such use cases. --- spec/build/testsuites/libtests/dl07.yml | 4 +--- spec/build/testsuites/libtests/dl08.yml | 4 +--- spe

Re: [PATCH] build: Remove enabled-by special case

2023-09-18 Thread Chris Johns
Looks good. Thanks Chris On 18/9/2023 8:26 pm, Sebastian Huber wrote: > Doing the enabled-by processing just for the ldflags and just for the > link custom commands is confusing. Use an option instead which is > intended to be used for such use cases. > --- > spec/build/testsuites/libtests/dl07